LauResultsExtractor.hh
Go to the documentation of this file.
60 LauResultsExtractor(const TString& inputFileName, const TString& outputFileName, const TString& treeName);
void setInputTreeBranchStatus(const Bool_t status) Toggle branch status of input tree branches (except iExpt, fitStatus and NLL) Definition: LauResultsExtractor.cc:117 void setupOutputTree(TTree *tree) Create branches in the output tree. Definition: LauResultsExtractor.cc:97 void setupInputTree() Create storage for leaves and call SetBranchAddress for each. Definition: LauResultsExtractor.cc:64 TString inputFileName_ Name of text file containing list of input files. Definition: LauResultsExtractor.hh:85 std::map< Int_t, std::pair< Double_t, Int_t > > bestNLL_ Best NLL and corresponding tree entries for each experiment. Definition: LauResultsExtractor.hh:115 std::map< Int_t, std::vector< Double_t > > allNLLs_ All NLL values for each experiment. Definition: LauResultsExtractor.hh:119 std::map< Int_t, TH1 * > nllHistos_ Histograms of the NLL values for each experiment. Definition: LauResultsExtractor.hh:122 std::map< Int_t, std::pair< Double_t, Int_t > > worstNLL_ Worst NLL and corresponding tree entries for each experiment. Definition: LauResultsExtractor.hh:117 std::map< TString, Double_t > otherVars_ Storage for other input variables. Definition: LauResultsExtractor.hh:112 LauResultsExtractor(const TString &inputFileName, const TString &outputFileName, const TString &treeName) Constructor. Definition: LauResultsExtractor.cc:43 Utility class to allow the merging of data files on a expt-by-expt basis. Definition: LauResultsExtractor.hh:51 Generated by 1.8.5 |