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.25 by loizides, Thu Nov 19 15:10:33 2009 UTC vs.
Revision 1.26 by loizides, Tue Nov 24 15:58:42 2009 UTC

# Line 35 | Line 35 | namespace mithep
35  
36        void                           BookDataBlock(TreeWriter &tws, const edm::EventSetup &es);
37        void                           FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
38 +
39 +    private:
40        void                           FillRunInfo(const edm::Event &e, const edm::EventSetup &es);
41        void                           FillHltInfo(const edm::Event &e, const edm::EventSetup &es);
42        void                           FillHltTrig(const edm::Event &e, const edm::EventSetup &es);
43        void                           FillL1Trig(const edm::Event &e, const edm::EventSetup &es);
42
43    private:
44        const char                    *Istr() const;
45  
46        std::string                    evtName_;      //event branch name (must be unique)
# Line 81 | Line 81 | namespace mithep
81        UShort_t                       fileNum_;      //file number of current file
82        L1TriggerMask                 *l1TBits_;      //L1 technical trigger bit mask
83        L1TriggerMask                 *l1ABits_;      //L1 algorithm trigger bit mask
84 +      L1TriggerMask                 *l1TBits2_;     //L1 technical trigger bit mask before masking
85 +      L1TriggerMask                 *l1ABits2_;     //L1 algorithm trigger bit mask before masking
86  
87        static Int_t                   instance_;     //counts active instances
88    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines