ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/interface/FillerMetaInfos.h
(Generate patch)

Comparing UserCode/MitProd/TreeFiller/interface/FillerMetaInfos.h (file contents):
Revision 1.2 by loizides, Fri Jun 20 17:52:57 2008 UTC vs.
Revision 1.3 by loizides, Tue Jun 24 14:24:55 2008 UTC

# Line 11 | Line 11
11  
12   #include "FWCore/ParameterSet/interface/ParameterSet.h"
13   #include "MitAna/DataTree/interface/EventHeader.h"
14 + #include "MitAna/DataTree/interface/LAHeader.h"
15   #include "MitAna/DataTree/interface/RunInfo.h"
16   #include "MitProd/TreeFiller/interface/BaseFiller.h"
17  
# Line 27 | Line 28 | namespace mithep
28        void FillRunInfo(const edm::Event&, const edm::EventSetup&);
29    
30      private:
31 <      std::string              evtName_;
32 <      std::string              runName_;
33 <      EventHeader             *eventHeader_;
34 <      RunInfo                 *runInfo_;
35 <      TTree                   *runTree_;
36 <      Int_t                    runEntries_;
37 <      std::map<UInt_t,Int_t>   runmap_;
31 >      TreeWriter              *tws_;          //tree writer (not owned)
32 >      std::string              evtName_;      //event branch name
33 >      std::string              runName_;      //run info branch name
34 >      EventHeader             *eventHeader_;  //event header
35 >      LAHeader                *evtLAHeader_;  //look-ahead event header
36 >      RunInfo                 *runInfo_;      //run info block
37 >      TTree                   *runTree_;      //run info tree
38 >      TTree                   *laTree_;       //look ahead tree
39 >      Int_t                    runEntries_;   //number of run info entries
40 >      UShort_t                 fileNum_;      //file number of current file
41 >      std::map<UInt_t,Int_t>   runmap_;       //map between run number and entry number
42    };
43   }
44   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines