ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/FSR.h
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/interface/FSR.h (file contents):
Revision 1.2 by khahn, Mon May 28 19:04:28 2012 UTC vs.
Revision 1.4 by khahn, Tue Jun 5 19:35:47 2012 UTC

# Line 6 | Line 6
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 >                           vector<const mithep::PFCandidate*> &);
21 > 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 >                           TLorentzVector *,
28 >                           vector<const mithep::PFCandidate*> &);
29 > bool recover_typeII_Photon( ControlFlags &,  
30 >                            mithep::Muon *,
31 >                            const int,
32 >                            vector<SimpleLepton> &,
33 >                            const mithep::Array<mithep::PFCandidate> * );
34  
35   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines