LauMergeDataFiles.hh
Go to the documentation of this file.
51 LauMergeDataFiles( const TString& fileName1, const TString& fileName2, const TString& treeName );
void findExperiments(TTree *tree, ExptsMap &exptsMap) Determine the experiments stored a given tree. Definition: LauMergeDataFiles.cc:222 std::map< TString, Int_t > LeafIntegerMap Type to relate leaf names with their integer value. Definition: LauMergeDataFiles.hh:66 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:68 Bool_t checkExperimentMaps() const Check that the experiments in each tree match. Definition: LauMergeDataFiles.cc:252 Int_t iEvtWithinExpt_ Storage for the event-within-experiment index variable. Definition: LauMergeDataFiles.hh:112 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:279 ExptsMap tree2Expts_ Experiment -> first and last tree entry for tree 2. Definition: LauMergeDataFiles.hh:122 Utility class to allow the merging of data files on a expt-by-expt basis. Definition: LauMergeDataFiles.hh:43 void openInputFiles() Open the specified input files and check that the trees can be read. Definition: LauMergeDataFiles.cc:71 LauMergeDataFiles(const TString &fileName1, const TString &fileName2, const TString &treeName) Constructor. Definition: LauMergeDataFiles.cc:38 std::map< TString, Double_t > LeafDoubleMap Type to relate leaf names with their double-precision value. Definition: LauMergeDataFiles.hh:64 ExptsMap tree1Expts_ Experiment -> first and last tree entry for tree 1. Definition: LauMergeDataFiles.hh:120 void setupInputTrees() Read the structure of the input trees, create appropriate storage and set the branch addresses. Definition: LauMergeDataFiles.cc:99 Generated by ![]() |