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.5 by loizides, Tue Jul 1 14:38:33 2008 UTC vs.
Revision 1.7 by loizides, Thu Jul 31 12:34:04 2008 UTC

# Line 21 | Line 21 | namespace mithep
21    class FillerMetaInfos : public BaseFiller
22    {
23      public:
24 <      FillerMetaInfos(const edm::ParameterSet &cfg);
24 >      FillerMetaInfos(const edm::ParameterSet &cfg, bool active=1);
25        ~FillerMetaInfos();
26  
27        void BookDataBlock(TreeWriter &tws);
# Line 33 | Line 33 | namespace mithep
33        std::string              evtName_;      //event branch name
34        std::string              runName_;      //run info branch name
35        std::string              lahName_;      //look-ahead header branch name
36 <      std::string              hltName_;      //
37 <      std::string              l1tName_;      //
36 >      std::string              hltName_;      //todo
37 >      std::string              l1tName_;      //todo
38        TreeWriter              *tws_;          //tree writer (not owned)
39        EventHeader             *eventHeader_;  //event header
40        LAHeader                *evtLAHeader_;  //look-ahead event header
# Line 44 | Line 44 | namespace mithep
44        Int_t                    runEntries_;   //number of run info entries
45        UShort_t                 fileNum_;      //file number of current file
46        std::map<UInt_t,Int_t>   runmap_;       //map between run number and entry number
47 +
48 +      static bool              instance_;     //=true when one active instance
49    };
50   }
51   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines