25 |
|
#include "MuonTools.h" |
26 |
|
#include "ElectronTools.h" |
27 |
|
#include "RunLumiRangeMap.h" |
28 |
+ |
#include "TriggerObjectsTable.h" |
29 |
+ |
#include "TriggerObject.h" |
30 |
+ |
#include "TriggerObjectRel.h" |
31 |
|
|
32 |
|
// |
33 |
|
// ntuple format headers |
59 |
|
void initEvtRhoMap(map<unsigned,float> &); |
60 |
|
void setEra(string, ControlFlags&); |
61 |
|
int getNPU(mithep::Array<mithep::PileupInfo> *puArr, int bx=0); |
62 |
+ |
void setHLTObjectRelations( mithep::Array<mithep::TriggerObject> *hltObjArr, |
63 |
+ |
mithep::Array<mithep::TriggerObjectRel> *hltRelsArr, |
64 |
+ |
vector<string> * fHLTTab, |
65 |
+ |
vector<string> * fHLTLab, |
66 |
+ |
TriggerObjectsTable *fTrigObjs); |
67 |
+ |
void printTriggerObjs( mithep::TriggerTable *hltTable, mithep::TriggerObjectsTable *fTrigObjs); |
68 |
|
#endif |