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" |
157 |
|
float beamspot_y0; |
158 |
|
float beamspot_z0; |
159 |
|
|
160 |
+ |
edm::InputTag genparticle_source; |
161 |
|
GenInfo genInfo; |
162 |
|
std::vector<GenParticle> genps; |
163 |
|
|