26 |
|
#include <TLorentzVector.h> // 4-vector class |
27 |
|
#include <TVector3.h> // 3D vector class |
28 |
|
#include <TH1D.h> |
29 |
+ |
#include <TBits.h> |
30 |
|
|
31 |
|
// |
32 |
|
// ntuple format headers |
58 |
|
|
59 |
|
EventData apply_ZPlusX(ControlFlags &ctrl, // input control |
60 |
|
const mithep::EventHeader *info, // input event info |
61 |
+ |
TriggerTable *hltTable, |
62 |
+ |
Array<TriggerObject> *hltObjArr, |
63 |
+ |
TriggerObjectsTable *fTrigObjs, |
64 |
|
const mithep::Array<mithep::Vertex> * vtxArr , |
65 |
|
const mithep::Array<mithep::PFCandidate> *fPFCandidates, |
66 |
|
const mithep::Array<mithep::PileupEnergyDensity> *puEnergyDensity, |