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.11 by loizides, Mon Mar 2 13:27:34 2009 UTC vs.
Revision 1.13 by loizides, Tue Mar 10 15:56:00 2009 UTC

# Line 21 | Line 21 | namespace mithep
21    class RunInfo;
22    class EventHeader;
23    class LAHeader;
24 +  class TriggerMask;
25  
26    class FillerMetaInfos : public BaseFiller
27    {
28      public:
29 <      FillerMetaInfos(const edm::ParameterSet &cfg, bool active=1);
29 >      FillerMetaInfos(const edm::ParameterSet &cfg, const char *name="MetaInfos", bool active=1);
30        ~FillerMetaInfos();
31  
32        void BookDataBlock(TreeWriter &tws);
# Line 63 | Line 64 | namespace mithep
64        Int_t                          l1Entries_;    //number of l1 info entries
65        THashTable                    *l1Table_;      //L1 trigger table
66        TTree                         *l1Tree_;       //L1 trigger tree (not owned)
67 <      BitMask256                    *hltBits_;      //HLT trigger bit mask
67 >      TriggerMask                   *hltBits_;      //HLT trigger bit mask
68        std::vector<std::string>      *hltTable_;     //HLT trigger table
69        std::map<std::string,Short_t> *hltTabMap_;    //HLT trigger labels map
70        std::vector<std::string>      *hltLabels_;    //HLT module labels

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines