Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
HLTrigger
HLTanalyzers
interface
EventHeader.h
Go to the documentation of this file.
1
#ifndef EVTHDR_H
2
#define EVTHDR_H
3
4
#include "
FWCore/Framework/interface/Event.h
"
5
#include "TChain.h"
6
7
14
class
EventHeader
{
15
public
:
16
EventHeader
();
17
~EventHeader
();
18
19
void
setup
(TTree*
tree
);
20
22
void
analyze
(
edm::Event
const
&
iEvent
, TTree* tree);
23
24
private
:
25
26
// Tree variables
27
int
fRun
;
28
int
fEvent
;
29
int
fLumiBlock
;
30
int
fBx
;
31
int
fOrbit
;
32
33
34
// input variables
35
bool
_Debug
;
36
37
// trigger names
38
};
39
40
#endif
EventHeader::analyze
void analyze(edm::Event const &iEvent, TTree *tree)
Definition:
EventHeader.cc:38
EventHeader::_Debug
bool _Debug
Definition:
EventHeader.h:35
Event.h
diffTreeTool.tree
tuple tree
Definition:
diffTreeTool.py:129
EventHeader::~EventHeader
~EventHeader()
Definition:
EventHeader.cc:17
EventHeader::fEvent
int fEvent
Definition:
EventHeader.h:28
EventHeader::fBx
int fBx
Definition:
EventHeader.h:30
iEvent
int iEvent
Definition:
GenABIO.cc:243
EventHeader::setup
void setup(TTree *tree)
Definition:
EventHeader.cc:22
EventHeader::fLumiBlock
int fLumiBlock
Definition:
EventHeader.h:29
EventHeader::fRun
int fRun
Definition:
EventHeader.h:27
EventHeader::EventHeader
EventHeader()
Definition:
EventHeader.cc:11
EventHeader::fOrbit
int fOrbit
Definition:
EventHeader.h:31
EventHeader
Definition:
EventHeader.h:14
edm::Event
Definition:
Event.h:49
Generated for CMSSW Reference Manual by
1.8.5