LauMergeDataFiles.hh
Go to the documentation of this file.
Bool_t checkExperimentMaps() const Check that the experiments in each tree match. Definition: LauMergeDataFiles.cc:241 ExptsMap tree1Expts_ Experiment -> first and last tree entry for tree 1. Definition: LauMergeDataFiles.hh:121 std::map< Int_t, std::pair< Int_t, Int_t > > ExptsMap Type to hold for each experiment the first and last entry numbers in a tree. Definition: LauMergeDataFiles.hh:69 Int_t iEvtWithinExpt_ Storage for the event-within-experiment index variable. Definition: LauMergeDataFiles.hh:113 void readExperiment(TTree *tree, const ExptsMap::const_iterator &exptsMap, Int_t offset) Read the entries for a given experiment from the given tree and store in the output tree... Definition: LauMergeDataFiles.cc:265 void findExperiments(TTree *tree, ExptsMap &exptsMap) Determine the experiments stored a given tree. Definition: LauMergeDataFiles.cc:211 std::map< TString, Int_t > LeafIntegerMap Type to relate leaf names with their integer value. Definition: LauMergeDataFiles.hh:67 Definition: LauMergeDataFiles.hh:43 std::map< TString, Double_t > LeafDoubleMap Type to relate leaf names with their double-precision value. Definition: LauMergeDataFiles.hh:65 ExptsMap tree2Expts_ Experiment -> first and last tree entry for tree 2. Definition: LauMergeDataFiles.hh:123 void openInputFiles() Open the specified input files and check that the trees can be read. Definition: LauMergeDataFiles.cc:68 void setupInputTrees() Read the structure of the input trees, create appropriate storage and set the branch addresses... Definition: LauMergeDataFiles.cc:94 LauMergeDataFiles(const TString &fileName1, const TString &fileName2, const TString &treeName) Constructor. Definition: LauMergeDataFiles.cc:37 Generated by ![]() |