44 |
|
#include "RecoEgamma/EgammaTools/interface/ConversionTools.h" |
45 |
|
#include "DataFormats/Luminosity/interface/LumiSummary.h" |
46 |
|
|
47 |
+ |
#include "EGamma/EGammaAnalysisTools/interface/ElectronEffectiveArea.h" |
48 |
+ |
|
49 |
|
#include "UHHAnalysis/NtupleWriter/Objects/Particle.h" |
50 |
|
#include "UHHAnalysis/NtupleWriter/Objects/Jet.h" |
51 |
|
#include "UHHAnalysis/NtupleWriter/Objects/Electron.h" |
93 |
|
bool doMuons; |
94 |
|
bool doTaus; |
95 |
|
bool doJets; |
96 |
+ |
bool doJECUncertainty; |
97 |
|
bool doTopJets; |
98 |
|
bool doGenTopJets; |
99 |
|
bool doMET; |
157 |
|
float beamspot_y0; |
158 |
|
float beamspot_z0; |
159 |
|
|
160 |
+ |
edm::InputTag genparticle_source; |
161 |
|
GenInfo genInfo; |
162 |
|
std::vector<GenParticle> genps; |
163 |
|
|
168 |
|
/* std::vector<int> L1_prescale; */ |
169 |
|
/* std::vector<int> HLT_prescale; */ |
170 |
|
|
171 |
< |
HLTConfigProvider hlt_cfg; |
171 |
> |
//HLTConfigProvider hlt_cfg; |
172 |
|
bool newrun; |
173 |
|
bool previouslumiblockwasfilled; |
174 |
|
|