13 |
|
using namespace std; |
14 |
|
using namespace mithep; |
15 |
|
|
16 |
< |
bool recover_typeI_Photon( ControlFlags & , |
17 |
< |
EventData &ret, |
18 |
< |
mithep::Muon *, |
19 |
< |
const int, |
20 |
< |
vector<SimpleLepton> &, |
21 |
< |
const mithep::Array<mithep::PFCandidate> *, |
22 |
< |
const mithep::Array<mithep::Electron> *, |
23 |
< |
TLorentzVector *, |
24 |
< |
vector<const mithep::PFCandidate*> &); |
25 |
< |
bool recover_typeI_Photon( ControlFlags & , |
26 |
< |
EventData &ret, |
27 |
< |
mithep::Electron * , |
28 |
< |
const int, |
29 |
< |
vector<SimpleLepton> &, |
30 |
< |
const mithep::Array<mithep::PFCandidate> * , |
31 |
< |
const mithep::Array<mithep::Electron> *, |
32 |
< |
TLorentzVector *, |
33 |
< |
vector<const mithep::PFCandidate*> &); |
34 |
< |
bool recover_typeII_Photon( ControlFlags &, |
35 |
< |
EventData &ret, |
36 |
< |
mithep::Muon *, |
37 |
< |
const int, |
38 |
< |
vector<SimpleLepton> &, |
39 |
< |
const mithep::Array<mithep::PFCandidate> * ); |
16 |
> |
pair<TLorentzVector,int> findFsrPhoton( ControlFlags & , |
17 |
> |
EventData &ret, |
18 |
> |
const ChargedParticle *, |
19 |
> |
const int, |
20 |
> |
vector<SimpleLepton> &, |
21 |
> |
const Array<PFCandidate> *, |
22 |
> |
const Array<Electron> *, |
23 |
> |
TLorentzVector *); |
24 |
> |
|
25 |
> |
void addPhotonToEventData(EventData &ret, TLorentzVector &pvec); |
26 |
|
|
27 |
|
#endif |