LauMergeDataFiles.cc
Go to the documentation of this file.
169 for ( LeafIntegerMap::iterator iter = integerVars_.begin(); iter != integerVars_.end(); ++iter ) {
204 for ( ExptsMap::const_iterator iter1 = tree1Expts_.begin(); iter1 != tree1Expts_.end(); ++iter1 ) {
258 std::cerr << "ERROR in LauMergeDataFiles::checkExperimentMaps : Experiment maps are not the same size.\n";
266 for ( ExptsMap::const_iterator iter1 = tree1Expts_.begin(); iter1 != tree1Expts_.end(); ++iter1 ) {
279 void LauMergeDataFiles::readExperiment( TTree* tree, const ExptsMap::const_iterator& expt, Int_t offset )
void findExperiments(TTree *tree, ExptsMap &exptsMap) Determine the experiments stored a given tree. Definition: LauMergeDataFiles.cc:222 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 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 File containing declaration of LauMergeDataFiles class. 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 1.8.18 |