6 |
|
#include "PFCandidate.h" |
7 |
|
|
8 |
|
#include "ParseArgs.h" |
9 |
+ |
#include "SimpleLepton.h" |
10 |
|
|
11 |
< |
bool recover_typeI_Photon( ControlFlags & , mithep::Muon *, const mithep::Array<mithep::PFCandidate> * ); |
12 |
< |
bool recover_typeII_Photon( ControlFlags &, mithep::Muon *, const mithep::Array<mithep::PFCandidate> * ); |
11 |
> |
#include "TLorentzVector.h" |
12 |
> |
|
13 |
> |
bool recover_typeI_Photon( ControlFlags & , |
14 |
> |
mithep::Muon *, |
15 |
> |
const int, |
16 |
> |
vector<SimpleLepton> &, |
17 |
> |
const mithep::Array<mithep::PFCandidate> *, |
18 |
> |
const mithep::Array<mithep::Electron> *, |
19 |
> |
TLorentzVector * ); |
20 |
> |
bool recover_typeI_Photon( ControlFlags & , |
21 |
> |
mithep::Electron * , |
22 |
> |
const int, |
23 |
> |
vector<SimpleLepton> &, |
24 |
> |
const mithep::Array<mithep::PFCandidate> * , |
25 |
> |
const mithep::Array<mithep::Electron> *, |
26 |
> |
TLorentzVector * ); |
27 |
> |
bool recover_typeII_Photon( ControlFlags &, |
28 |
> |
mithep::Muon *, |
29 |
> |
const int, |
30 |
> |
vector<SimpleLepton> &, |
31 |
> |
const mithep::Array<mithep::PFCandidate> * ); |
32 |
|
|
33 |
|
#endif |