28 |
|
#include "DataFormats/PatCandidates/interface/Electron.h" |
29 |
|
#include "DataFormats/PatCandidates/interface/Tau.h" |
30 |
|
|
31 |
+ |
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h" |
32 |
+ |
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h" |
33 |
+ |
|
34 |
|
#include "UserCode/HbbAnalysis/interface/JetFlavour.hh" |
35 |
|
#include "UserCode/HbbAnalysis/interface/HbbEvent.hh" |
36 |
|
|
88 |
|
void HbbHLTObjects(const edm::Handle<trigger::TriggerEvent> & aCol, |
89 |
|
std::vector<HbbAnalysis::HLTObject> & aVec); |
90 |
|
|
91 |
+ |
void HbbGenInfo(const edm::Handle<edm::HepMCProduct> & amcProd, |
92 |
+ |
const edm::Handle<GenRunInfoProduct> & aRunProd); |
93 |
+ |
|
94 |
|
int debug_; |
95 |
|
|
96 |
|
bool processData_; |