36 |
|
#include "PFCandidate.h" |
37 |
|
#include "PFCandidateCol.h" |
38 |
|
#include "RunLumiRangeMap.h" |
39 |
+ |
#include "TriggerTable.h" |
40 |
+ |
#include "TriggerObjectsTable.h" |
41 |
|
|
42 |
|
#include "ParseArgs.h" |
43 |
+ |
#include "TriggerUtils.h" |
44 |
|
#include "EventData.h" |
45 |
|
#include "SelectionStatus.h" |
46 |
|
#include "ReferenceSelection.h" |
47 |
< |
#include "UtilFuncs.h" |
45 |
< |
|
46 |
< |
#define PASS_SKIM0 0 |
47 |
< |
#define PASS_SKIM1 1 |
48 |
< |
#define PASS_SKIM2 2 |
49 |
< |
#define PASS_TRIGGER 3 |
50 |
< |
#define PASS_ZCANDIDATE 4 |
51 |
< |
#define PASS_GOODZ1 5 |
52 |
< |
#define PASS_4L 6 |
53 |
< |
#define PASS_ZZCANDIDATE 7 |
54 |
< |
#define PASS_GOODZ2 8 |
55 |
< |
#define PASS_ZZ_20_10 9 |
56 |
< |
#define PASS_RESONANCE 10 |
57 |
< |
#define PASS_m4l_GT_70 11 |
58 |
< |
#define PASS_m4l_GT_100 12 |
47 |
> |
#include "SelectionFuncs.h" |
48 |
|
|
49 |
|
EventData |
50 |
|
apply_HZZ4L_EMU_selection(ControlFlags &ctrl, // input control |
51 |
< |
const mithep::EventHeader *info, // input event info |
52 |
< |
const mithep::Array<mithep::Vertex> * vtxArr , |
53 |
< |
const mithep::Array<mithep::PFCandidate> *fPFCandidates, |
54 |
< |
const mithep::Array<mithep::PileupEnergyDensity> *puEnergyDensity, |
55 |
< |
const mithep::Array<mithep::Electron> *electronArr, // input electrons |
56 |
< |
SelectionStatus (*ElectronPreSelector)( ControlFlags &, |
57 |
< |
const mithep::Electron*, |
58 |
< |
const mithep::Vertex *), |
59 |
< |
SelectionStatus (*ElectronIDSelector)( ControlFlags &, |
60 |
< |
const mithep::Electron*, |
61 |
< |
const mithep::Vertex *), |
62 |
< |
SelectionStatus (*ElectronIsoSelector)( ControlFlags &, |
63 |
< |
const mithep::Electron*, |
64 |
< |
const mithep::Vertex *, |
65 |
< |
const mithep::Array<mithep::PFCandidate> *, |
66 |
< |
const mithep::Array<mithep::PileupEnergyDensity> *puEnergyDensity, |
51 |
> |
const mithep::EventHeader *info, // input event info |
52 |
> |
mithep::TriggerTable *hltTable, |
53 |
> |
mithep::Array<mithep::TriggerObject> *hltObjArr, |
54 |
> |
mithep::TriggerObjectsTable *fTrigObjs, |
55 |
> |
const mithep::Array<mithep::Vertex> * vtxArr , |
56 |
> |
const mithep::Array<mithep::PFCandidate> *fPFCandidates, |
57 |
> |
const mithep::Array<mithep::PileupEnergyDensity> *puEnergyDensity, |
58 |
> |
const mithep::DecayParticleCol *fConversions, |
59 |
> |
const mithep::Array<mithep::Electron> *electronArr, // input electrons |
60 |
> |
SelectionStatus (*ElectronPreSelector)( ControlFlags &, |
61 |
> |
const mithep::Electron*, |
62 |
> |
const mithep::Vertex *), |
63 |
> |
SelectionStatus (*ElectronIDSelector)( ControlFlags &, |
64 |
> |
const mithep::Electron*, |
65 |
> |
const mithep::Vertex *), |
66 |
> |
SelectionStatus (*ElectronIsoSelector)( ControlFlags &, |
67 |
> |
const mithep::Electron*, |
68 |
> |
const mithep::Vertex *, |
69 |
> |
const mithep::Array<mithep::PFCandidate> *, |
70 |
> |
const mithep::Array<mithep::PileupEnergyDensity> *puEnergyDensity, |
71 |
|
|
72 |
< |
mithep::ElectronTools::EElectronEffectiveAreaTarget, |
73 |
< |
vector<const mithep::PFCandidate*>), |
74 |
< |
const mithep::Array<mithep::Muon> *muonArr, // input muons |
75 |
< |
SelectionStatus (*MuonPreSelector)( ControlFlags &, |
76 |
< |
const mithep::Muon*, |
77 |
< |
const mithep::Vertex *, |
78 |
< |
const mithep::Array<mithep::PFCandidate> *), |
79 |
< |
SelectionStatus (*MuonIDSelector)( ControlFlags &, |
80 |
< |
const mithep::Muon*, |
81 |
< |
// const mithep::Vertex *), |
82 |
< |
const mithep::Vertex *, |
83 |
< |
const mithep::Array<mithep::PFCandidate> *), |
84 |
< |
SelectionStatus (*MuonIsoSelector)( ControlFlags &, |
85 |
< |
const mithep::Muon*, |
86 |
< |
const mithep::Vertex * , |
87 |
< |
const mithep::Array<mithep::PFCandidate> *, |
88 |
< |
const mithep::Array<mithep::PileupEnergyDensity> *, |
89 |
< |
mithep::MuonTools::EMuonEffectiveAreaTarget, |
90 |
< |
vector<const mithep::PFCandidate*>) |
91 |
< |
); |
99 |
< |
/* void getEATargets(ControlFlags &ctrl, */ |
100 |
< |
/* mithep::MuonTools::EMuonEffectiveAreaTarget &eraMu, */ |
101 |
< |
/* mithep::ElectronTools::EElectronEffectiveAreaTarget &eraEle); */ |
72 |
> |
mithep::ElectronTools::EElectronEffectiveAreaTarget, |
73 |
> |
vector<const mithep::PFCandidate*>), |
74 |
> |
const mithep::Array<mithep::Muon> *muonArr, // input muons |
75 |
> |
SelectionStatus (*MuonPreSelector)( ControlFlags &, |
76 |
> |
const mithep::Muon*, |
77 |
> |
const mithep::Vertex *, |
78 |
> |
const mithep::Array<mithep::PFCandidate> *), |
79 |
> |
SelectionStatus (*MuonIDSelector)( ControlFlags &, |
80 |
> |
const mithep::Muon*, |
81 |
> |
// const mithep::Vertex *), |
82 |
> |
const mithep::Vertex *, |
83 |
> |
const mithep::Array<mithep::PFCandidate> *), |
84 |
> |
SelectionStatus (*MuonIsoSelector)( ControlFlags &, |
85 |
> |
const mithep::Muon*, |
86 |
> |
const mithep::Vertex * , |
87 |
> |
const mithep::Array<mithep::PFCandidate> *, |
88 |
> |
const mithep::Array<mithep::PileupEnergyDensity> *, |
89 |
> |
mithep::MuonTools::EMuonEffectiveAreaTarget, |
90 |
> |
vector<const mithep::PFCandidate*>) |
91 |
> |
); |
92 |
|
bool has_ssof_lepton(ControlFlags &ctrl); |
103 |
– |
/* bool setPV(ControlFlags, const mithep::Array<mithep::Vertex> *, const mithep::Vertex* &); */ |
93 |
|
|
94 |
|
#endif |