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.16 by loizides, Sun Mar 22 10:00:45 2009 UTC vs.
Revision 1.22 by loizides, Mon Jul 20 03:19:24 2009 UTC

# Line 3 | Line 3
3   //
4   // FillerMetaInfos
5   //
6 < // Implementation of a filler that stores all of the meta information, as well as the HLT
7 < // trigger info into the bambu objects. Still missing is the implementation for the L1 info.
6 > // Implementation of a filler that stores all of the meta information, as well as the L1 and HLT
7 > // trigger info into the corresponding bambu objects.
8   //
9   // Authors: C.Loizides
10   //--------------------------------------------------------------------------------------------------
# Line 12 | Line 12
12   #ifndef MITPROD_TREEFILLER_FILLERMETAINFOS_H
13   #define MITPROD_TREEFILLER_FILLERMETAINFOS_H
14  
15 #include "FWCore/ParameterSet/interface/ParameterSet.h"
16 #include "MitProd/TreeFiller/interface/BaseFiller.h"
15   #include "HLTrigger/HLTcore/interface/HLTConfigProvider.h"
16 < #include "MitAna/DataTree/interface/Collections.h"
16 > #include "MitAna/DataTree/interface/TriggerObjectBaseFwd.h"
17 > #include "MitAna/DataTree/interface/TriggerObjectRelFwd.h"
18 > #include "MitProd/TreeFiller/interface/BaseFiller.h"
19  
20   class THashTable;
21  
# Line 35 | Line 35 | namespace mithep
35        void                           BookDataBlock(TreeWriter &tws);
36        void                           FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
37        void                           FillRunInfo(const edm::Event &e, const edm::EventSetup &es);
38      void                           FillL1Info(const edm::Event &e, const edm::EventSetup &es);
39      void                           FillL1Trig(const edm::Event &e, const edm::EventSetup &es);
38        void                           FillHltInfo(const edm::Event &e, const edm::EventSetup &es);
39        void                           FillHltTrig(const edm::Event &e, const edm::EventSetup &es);
40  
# Line 44 | Line 42 | namespace mithep
42        std::string                    evtName_;      //event branch name
43        std::string                    runName_;      //run info branch name
44        std::string                    lahName_;      //look-ahead header branch name
47      Bool_t                         l1Active_;     //=true if L1 info are filled
48      std::string                    l1TableName_;  //L1 trigger table branch name
49      std::string                    l1BitsName_;   //L1 trigger bits branch name
50      std::string                    l1ObjsName_;   //L1 trigger branch name
45        Bool_t                         hltActive_;    //=true if HLT info are filled
46 <      std::string                    hltProcName_;  //HLT process name
46 >      std::vector<std::string>       hltProcNames_; //HLT process name(s)
47 >      std::string                    hltProcName_;  //HLT process name to be used
48        std::string                    hltResName_;   //HLT trigger results edm name
49        std::string                    hltEvtName_;   //HLT trigger event edm name
50        std::string                    hltTableName_; //HLT trigger table branch name
# Line 64 | Line 59 | namespace mithep
59        TTree                         *laTree_;       //look ahead tree (not owned)
60        Int_t                          runEntries_;   //number of run info entries
61        std::map<UInt_t,Int_t>         runmap_;       //map between run number and entry number
67      Int_t                          l1Entries_;    //number of l1 info entries
68      THashTable                    *l1Table_;      //L1 trigger table
69      TTree                         *l1Tree_;       //L1 trigger tree (not owned)
62        TriggerMask                   *hltBits_;      //HLT trigger bit mask
63        std::vector<std::string>      *hltTable_;     //HLT trigger table
64        std::map<std::string,Short_t> *hltTabMap_;    //HLT trigger labels map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines