|
TLatex * | ana::DrawLatexLines (double x, double y, std::string sPOT) |
| Draw common TLatex lines. More...
|
|
void | ana::DrawLineArrow (double cut, bool left, TH1 *h) |
|
void | ana::SetHistOptions (TH1 *h, double max, std::string title, int ndiv, Color_t col, bool fill) |
| Set common options for a TLegend. More...
|
|
void | ana::SetLegendOptions (TLegend *leg) |
| Set common options for a TLegend. More...
|
|
void | ana::PlotStack (Spectrum spectra[], TDirectory *rootOut, FILE *textOFS, std::string name, std::string det, double POT, double potEquiv, PlotOptions opt, Spectrum *dataspec) |
|
void | ana::PlotSpectra (Spectrum spectra[], TDirectory *rootOut, FILE *textOFS, std::string name, std::string title, std::string det, int POT, std::string option) |
|
void | ana::PlotSpectra (Spectrum spectraND[], Spectrum spectraFD[], Spectrum spectraSt[], Spectrum spectraUn[], TDirectory *rootOut, FILE *textOFS, std::string name, std::string title, int POT, std::string option) |
| Make canvases for ND, FD with 3 flavor osc, FD with 4 flavor osc, FD with no osc. More...
|
|
void | ana::PlotSpectra (Spectrum spectraND[], Spectrum spectraFD[], Spectrum spectraFS[], TDirectory *rootOut, FILE *textOFS, std::string name, std::string title, int POT, std::string option) |
| Make canvases for ND, FD with 3 flavor orsc, FD with 4 flavor osc. More...
|
|
void | ana::PlotSpectra (IDecomp *decomp, IPrediction *predFD, osc::IOscCalc *calc, IPrediction *predSt, osc::IOscCalc *calcst, Spectrum sCos, TDirectory *rootOut, FILE *textOFS, std::string name, std::string title, int POT, std::string option) |
|
void | ana::PlotSpectra (IDecomp *decomp, IPrediction *predFD, Spectrum sCos, TDirectory *rootOut, FILE *textOFS, std::string name, std::string title, int POT, std::string option) |
|
void | ana::PlotSpectra (IPrediction *predFD, Spectrum sCos, osc::IOscCalc *calc, TDirectory *rootOut, FILE *textOFS, std::string name, std::string title, int POT, std::string option) |
| Make canvas for FD with 3 flavor osc directly from CAFAna object inputs. More...
|
|
void | ana::PlotPurEff (Spectrum pureff[], Spectrum effcyD[], TDirectory *out, std::string name, std::string title) |
|
void | ana::PlotPurEff (Spectrum pureffND[], Spectrum effcyDND[], Spectrum pureffFD[], Spectrum effcyDFD[], Spectrum pureffFS[], Spectrum effcyDFS[], TDirectory *out, std::string name, std::string title) |
| Plot pur/eff for ND, FD assuming 3 flavor osc, FD assuming 4 flavor osc. More...
|
|
void | ana::Make2DFrom1D (Spectrum spectra[], const Binning &binsX, const Binning &binsY, TDirectory *rootOut, std::string name, std::string det, std::string labelX, std::string labelY, std::string option) |
|
void | ana::Make2DFrom1D (Spectrum spectraND[], Spectrum spectraFD[], Spectrum spectraFS[], const Binning &binsX, const Binning &binsY, TDirectory *rootOut, std::string name, std::string labelX, std::string labelY, std::string option) |
| Create output for 'pseudo-2D spectra' at ND, FD with 3 flavor osc, FD with 4 flavor osc. More...
|
|