6 |
|
#include "PFCandidate.h" |
7 |
|
|
8 |
|
#include "ParseArgs.h" |
9 |
+ |
#include "EventData.h" |
10 |
+ |
#include "SimpleLepton.h" |
11 |
|
|
12 |
< |
bool recover_typeI_Photon( ControlFlags & , mithep::Muon *, const mithep::Array<mithep::PFCandidate> * ); |
13 |
< |
bool recover_typeII_Photon( ControlFlags &, mithep::Muon *, const mithep::Array<mithep::PFCandidate> * ); |
12 |
> |
#include "TLorentzVector.h" |
13 |
> |
using namespace std; |
14 |
> |
using namespace mithep; |
15 |
> |
|
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 |