ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/FSR.h
Revision: 1.5
Committed: Tue Oct 23 10:21:29 2012 UTC (12 years, 6 months ago) by dkralph
Content type: text/plain
Branch: MAIN
Changes since 1.4: +7 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
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 dkralph 1.5 #include "EventData.h"
10 khahn 1.3 #include "SimpleLepton.h"
11 khahn 1.2
12 khahn 1.3 #include "TLorentzVector.h"
13 dkralph 1.5 using namespace std;
14     using namespace mithep;
15 khahn 1.3
16 dkralph 1.5 bool recover_typeI_Photon( ControlFlags & ,
17     EventData &ret,
18 khahn 1.3 mithep::Muon *,
19     const int,
20     vector<SimpleLepton> &,
21     const mithep::Array<mithep::PFCandidate> *,
22     const mithep::Array<mithep::Electron> *,
23 khahn 1.4 TLorentzVector *,
24     vector<const mithep::PFCandidate*> &);
25 khahn 1.3 bool recover_typeI_Photon( ControlFlags & ,
26 dkralph 1.5 EventData &ret,
27 khahn 1.3 mithep::Electron * ,
28     const int,
29     vector<SimpleLepton> &,
30     const mithep::Array<mithep::PFCandidate> * ,
31     const mithep::Array<mithep::Electron> *,
32 khahn 1.4 TLorentzVector *,
33     vector<const mithep::PFCandidate*> &);
34 khahn 1.3 bool recover_typeII_Photon( ControlFlags &,
35 dkralph 1.5 EventData &ret,
36 khahn 1.3 mithep::Muon *,
37     const int,
38     vector<SimpleLepton> &,
39 khahn 1.4 const mithep::Array<mithep::PFCandidate> * );
40 khahn 1.1
41     #endif