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.1 by loizides, Thu Jun 19 16:53:43 2008 UTC vs.
Revision 1.3 by loizides, Tue Jun 24 14:24:55 2008 UTC

# Line 10 | Line 10
10   #define TREEFILLER_FILLERMETAINFOS_H
11  
12   #include "FWCore/ParameterSet/interface/ParameterSet.h"
13 < #include "MitAna/DataUtil/interface/TreeWriter.h"
14 < #include "MitAna/DataTree/interface/GlobalMuon.h"
15 < #include "MitAna/DataTree/interface/Muon.h"
16 < #include "MitAna/DataTree/interface/Track.h"
17 < #include "MitAna/DataTree/interface/Array.h"
18 < #include "MitProd/TreeService/interface/TreeService.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  
18   namespace mithep
# Line 26 | Line 23 | namespace mithep
23        FillerMetaInfos(const edm::ParameterSet&);
24        ~FillerMetaInfos();
25  
26 <      void BookDataBlock(TreeWriter *tws);
26 >      void BookDataBlock(TreeWriter &tws);
27        void FillDataBlock(const edm::Event&, const edm::EventSetup&);
28 <      void ResolveLinks (const edm::Event&, const edm::EventSetup&);
28 >      void FillRunInfo(const edm::Event&, const edm::EventSetup&);
29    
30      private:
31 <
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