5 |
|
#include "Array.h" |
6 |
|
#include "PFCandidate.h" |
7 |
|
|
8 |
< |
bool recover_typeI_Photon( mithep::Muon * mu, const mithep::Array<mithep::PFCandidate> * pfArr ); |
9 |
< |
bool recover_typeII_Photon( mithep::Muon * mu, const mithep::Array<mithep::PFCandidate> * pfArr ); |
8 |
> |
#include "ParseArgs.h" |
9 |
> |
|
10 |
> |
bool recover_typeI_Photon( ControlFlags & , mithep::Muon *, const mithep::Array<mithep::PFCandidate> * ); |
11 |
> |
bool recover_typeII_Photon( ControlFlags &, mithep::Muon *, const mithep::Array<mithep::PFCandidate> * ); |
12 |
|
|
13 |
|
#endif |