CMS 3D CMS Logo

EventHeader.h
Go to the documentation of this file.
1 #ifndef EVTHDR_H
2 #define EVTHDR_H
3 
4 #include <TChain.h>
5 
11 
12 
19 class EventHeader {
20 public:
21  EventHeader();
22  ~EventHeader();
23 
24  void setup(edm::ConsumesCollector && iC, TTree* tree);
25 
27  void analyze(edm::Event const& iEvent, TTree* tree);
28 
29 private:
30 
31  // Tree variables
32  unsigned long long fEvent;
34  int fRun;
35  int fBx;
36  int fOrbit;
38 
39  // input variables
40  bool _Debug;
42 
43  // trigger names
44 };
45 
46 #endif
void analyze(edm::Event const &iEvent, TTree *tree)
Definition: EventHeader.cc:44
void setup(edm::ConsumesCollector &&iC, TTree *tree)
Definition: EventHeader.cc:24
int iEvent
Definition: GenABIO.cc:224
int fLumiBlock
Definition: EventHeader.h:33
edm::EDGetTokenT< LumiSummary > lumi_Token
Definition: EventHeader.h:41
double fAvgInstDelLumi
Definition: EventHeader.h:37
unsigned long long fEvent
Definition: EventHeader.h:32
Definition: tree.py:1