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.4 by khahn, Tue Jun 5 19:35:47 2012 UTC vs.
Revision 1.5 by dkralph, Tue Oct 23 10:21:29 2012 UTC

# Line 6 | Line 6
6   #include "PFCandidate.h"
7  
8   #include "ParseArgs.h"
9 + #include "EventData.h"
10   #include "SimpleLepton.h"
11  
12   #include "TLorentzVector.h"
13 + using namespace std;
14 + using namespace mithep;
15  
16 < bool recover_typeI_Photon( ControlFlags & ,
16 > bool recover_typeI_Photon( ControlFlags & ,
17 >                           EventData &ret,
18                             mithep::Muon *,
19                             const int,
20                             vector<SimpleLepton> &,
# Line 19 | Line 23 | bool recover_typeI_Photon( ControlFlags
23                             TLorentzVector *,
24                             vector<const mithep::PFCandidate*> &);
25   bool recover_typeI_Photon( ControlFlags & ,
26 +                           EventData &ret,
27                             mithep::Electron * ,
28                             const int,
29                             vector<SimpleLepton> &,
# Line 27 | Line 32 | bool recover_typeI_Photon( ControlFlags
32                             TLorentzVector *,
33                             vector<const mithep::PFCandidate*> &);
34   bool recover_typeII_Photon( ControlFlags &,  
35 +                            EventData &ret,
36                              mithep::Muon *,
37                              const int,
38                              vector<SimpleLepton> &,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines