81 |
|
mithep::MuonTools::EMuonEffectiveAreaTarget EffectiveAreaVersion, |
82 |
|
vector<const mithep::Muon*> muonsToVeto, |
83 |
|
vector<const mithep::Electron*> electronsToVeto); |
84 |
+ |
//hacked version |
85 |
+ |
SelectionStatus muonIsoMVASelection(ControlFlags &ctrl, |
86 |
+ |
const mithep::Muon * mu, |
87 |
+ |
const mithep::Vertex & vtx, |
88 |
+ |
const mithep::Array<mithep::PFCandidate> * fPFCandidates, |
89 |
+ |
float rho, |
90 |
+ |
mithep::MuonTools::EMuonEffectiveAreaTarget EffectiveAreaVersion, |
91 |
+ |
vector<const mithep::Muon*> muonsToVeto, |
92 |
+ |
vector<const mithep::Electron*> electronsToVeto); |
93 |
|
double muonPFIso04(ControlFlags &ctrl, |
94 |
|
const mithep::Muon * mu, |
95 |
|
const mithep::Vertex & vtx, |
135 |
|
mithep::ElectronTools::EElectronEffectiveAreaTarget EffectiveAreaVersion, |
136 |
|
vector<const mithep::Muon*> muonsToVeto, |
137 |
|
vector<const mithep::Electron*> electronsToVeto); |
138 |
+ |
//hacked version |
139 |
+ |
SelectionStatus electronIsoMVASelection(ControlFlags &ctrl, |
140 |
+ |
const mithep::Electron * ele, |
141 |
+ |
const mithep::Vertex & vtx, |
142 |
+ |
const mithep::Array<mithep::PFCandidate> * fPFCandidates, |
143 |
+ |
float rho, |
144 |
+ |
mithep::ElectronTools::EElectronEffectiveAreaTarget EffectiveAreaVersion, |
145 |
+ |
vector<const mithep::Muon*> muonsToVeto, |
146 |
+ |
vector<const mithep::Electron*> electronsToVeto); |
147 |
|
float electronPFIso04(ControlFlags &ctrl, |
148 |
|
const mithep::Electron * ele, |
149 |
|
const mithep::Vertex & vtx, |