30 |
|
// ntuple format headers |
31 |
|
// |
32 |
|
#include "HiggsAnaDefs.hh" |
33 |
+ |
#include "TGenInfo.hh" |
34 |
|
#include "TEventInfo.hh" |
35 |
|
#include "TElectron.hh" |
36 |
|
#include "TMuon.hh" |
108 |
|
#define PFISO_MU_TIGHT_EE_LOWPT 0.05 |
109 |
|
|
110 |
|
|
110 |
– |
//#define THEIR_EVENTS |
111 |
– |
|
111 |
|
|
112 |
+ |
//#define THEIR_EVENTS |
113 |
|
|
114 |
|
void initRunLumiRangeMap(); |
115 |
+ |
void initRunLumiRangeMap(RunLumiRangeMap &rlrm); |
116 |
+ |
//unsigned getGenChannel(mithep::TGenInfo * ginfo); |
117 |
|
|
118 |
< |
unsigned fails_HZZ4L_selection(ControlFlags &ctrl, // input control |
118 |
> |
unsigned fails_HZZ4L_selection(ControlFlags &ctrl, // input control |
119 |
|
mithep::TEventInfo *info, // input event inof |
120 |
|
TClonesArray *electronArr, // input electrons |
121 |
|
TClonesArray *muonArr, // input muons |
122 |
|
double eventweight, // weight |
123 |
< |
TTree * passtuple ); // output ntuple |
123 |
> |
TTree * passtuple ); // output ntuple |
124 |
|
|
125 |
< |
unsigned fails_HZZ4L_selection(ControlFlags &ctrl, // input control |
125 |
> |
/* unsigned fails_HZZ4L_selection(ControlFlags &ctrl, // input control */ |
126 |
> |
/* mithep::TEventInfo *info, // input event inof */ |
127 |
> |
/* TClonesArray *electronArr, // input electrons */ |
128 |
> |
/* TClonesArray *muonArr, // input muons */ |
129 |
> |
/* double eventweight, // weight */ |
130 |
> |
/* LabVectors * l ); */ |
131 |
> |
|
132 |
> |
unsigned fails_HZZ4L_selection(ControlFlags &ctrl, // input control |
133 |
|
mithep::TEventInfo *info, // input event inof |
134 |
|
TClonesArray *electronArr, // input electrons |
135 |
|
TClonesArray *muonArr, // input muons |
136 |
|
double eventweight, // weight |
137 |
< |
LabVectors * l ); |
137 |
> |
TTree * passtuple, // output ntuple |
138 |
> |
LabVectors * l); |
139 |
|
|
140 |
|
unsigned fails_HZZ4L_selection(ControlFlags &ctrl, // input control |
141 |
|
mithep::TEventInfo *info, // input event inof |
143 |
|
TClonesArray *muonArr, // input muons |
144 |
|
double eventweight, // weight |
145 |
|
TTree * passtuple, // output ntuple |
146 |
< |
LabVectors * l); |
146 |
> |
LabVectors * l, |
147 |
> |
TClonesArray *jetArr // input muons |
148 |
> |
); |
149 |
|
|
150 |
|
#endif |