1 |
khahn |
1.1 |
#ifndef FSR
|
2 |
|
|
#define FSR
|
3 |
|
|
|
4 |
|
|
#include "Muon.h"
|
5 |
|
|
#include "Array.h"
|
6 |
|
|
#include "PFCandidate.h"
|
7 |
|
|
|
8 |
khahn |
1.2 |
#include "ParseArgs.h"
|
9 |
khahn |
1.3 |
#include "SimpleLepton.h"
|
10 |
khahn |
1.2 |
|
11 |
khahn |
1.3 |
#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 |
khahn |
1.4 |
TLorentzVector *,
|
20 |
|
|
vector<const mithep::PFCandidate*> &);
|
21 |
khahn |
1.3 |
bool recover_typeI_Photon( ControlFlags & ,
|
22 |
|
|
mithep::Electron * ,
|
23 |
|
|
const int,
|
24 |
|
|
vector<SimpleLepton> &,
|
25 |
|
|
const mithep::Array<mithep::PFCandidate> * ,
|
26 |
|
|
const mithep::Array<mithep::Electron> *,
|
27 |
khahn |
1.4 |
TLorentzVector *,
|
28 |
|
|
vector<const mithep::PFCandidate*> &);
|
29 |
khahn |
1.3 |
bool recover_typeII_Photon( ControlFlags &,
|
30 |
|
|
mithep::Muon *,
|
31 |
|
|
const int,
|
32 |
|
|
vector<SimpleLepton> &,
|
33 |
khahn |
1.4 |
const mithep::Array<mithep::PFCandidate> * );
|
34 |
khahn |
1.1 |
|
35 |
|
|
#endif
|