LauMergeDataFiles.cc
Go to the documentation of this file.
37 LauMergeDataFiles::LauMergeDataFiles(const TString& fileName1, const TString& fileName2, const TString& treeName) :
78 std::cerr<<"Problem getting tree called "<<treeName_<<"from file: \""<<fileName1_<<"\", exiting..."<<std::endl;
89 std::cerr<<"Problem getting tree called "<<treeName_<<"from file: \""<<fileName2_<<"\", exiting..."<<std::endl;
159 for (LeafIntegerMap::iterator iter = integerVars_.begin(); iter != integerVars_.end(); ++iter) {
193 for ( ExptsMap::const_iterator iter1 = tree1Expts_.begin(); iter1 != tree1Expts_.end(); ++iter1 ) {
247 std::cerr<<"ERROR in LauMergeDataFiles::checkExperimentMaps : Experiment maps are not the same size.\n";
253 for ( ExptsMap::const_iterator iter1 = tree1Expts_.begin(); iter1 != tree1Expts_.end(); ++iter1 ) {
257 std::cerr<<"ERROR in LauMergeDataFiles::checkExperimentMaps : Cannot find experiment "<<expt<<" in tree from "<<fileName2_<<std::endl;
265 void LauMergeDataFiles::readExperiment(TTree* tree, const ExptsMap::const_iterator& expt, Int_t offset)
ClassImp(LauAbsCoeffSet) 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 File containing declaration of LauMergeDataFiles class. 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 Definition: LauMergeDataFiles.hh:43 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 Generated by ![]() |