LauCalcChiSq.hh
Go to the documentation of this file.
83 void pickBinning(const Double_t* xs, const Double_t* ys, const Int_t nEntries, std::vector<Int_t>& divisions);
99 void getHisto(const Double_t xMin, const Double_t xMax, const Double_t yMin, const Double_t yMax, const Double_t* xs, const Double_t* ys, const Int_t nEntries, const std::vector<Int_t>& divisions, const UInt_t iter=0);
TH2Poly * chiSqSignedHisto_ Histogram (constructed from template) filled with signed chisq of tree1 vs tree2. ... Definition: LauCalcChiSq.hh:142 Int_t nParams_ Number of free parameters in fit (used for calculating the ndof) Definition: LauCalcChiSq.hh:154 void getHisto(const Double_t xMin, const Double_t xMax, const Double_t yMin, const Double_t yMax, const Double_t *xs, const Double_t *ys, const Int_t nEntries, const std::vector< Int_t > &divisions, const UInt_t iter=0) Create the template histogram based on the binning scheme. Definition: LauCalcChiSq.cc:467 TH2Poly * histo1_ Histogram (constructed from template) filled from tree 1. Definition: LauCalcChiSq.hh:134 TH2Poly * pullHisto_ Histogram (constructed from template) filled with pulls of tree1 vs tree2. Definition: LauCalcChiSq.hh:138 TH2Poly * theHisto_ Template histogram constructed from the binning scheme. Definition: LauCalcChiSq.hh:132 void pickBinning(const Double_t *xs, const Double_t *ys, const Int_t nEntries, std::vector< Int_t > &divisions) Choose the binning scheme. Definition: LauCalcChiSq.cc:402 void initialiseHistos() Read the config file, read the data and create histograms. Definition: LauCalcChiSq.cc:258 Utility class to allow the calculation of the chisq of the fit to the Dalitz plot. Definition: LauCalcChiSq.hh:50 TH2Poly * histo2_ Histogram (constructed from template) filled from tree 2. Definition: LauCalcChiSq.hh:136 Float_t scaleFactor_ Scalefactor between low and high stats data samples. Definition: LauCalcChiSq.hh:157 TH2Poly * chiSqHisto_ Histogram (constructed from template) filled with chisq of tree1 vs tree2. Definition: LauCalcChiSq.hh:140 LauCalcChiSq(const TString &inputFileName="chiSqInput.txt") Constructor. Definition: LauCalcChiSq.cc:71 Generated by 1.8.5 |