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

Comparing UserCode/MitHzz4l/Selection/interface/Selection.h (file contents):
Revision 1.1 by khahn, Thu Sep 8 13:33:18 2011 UTC vs.
Revision 1.3 by dkralph, Thu Sep 22 18:01:11 2011 UTC

# Line 28 | Line 28 | using namespace std;
28   //
29   // ntuple format headers
30   //
31 < #include "EWKAnaDefs.hh"
31 > #include "HiggsAnaDefs.hh"
32   #include "TEventInfo.hh"
33   #include "TElectron.hh"
34   #include "TMuon.hh"
# Line 65 | Line 65 | unsigned fails_HZZ4L_selection(ControlFl
65                                 mithep::TEventInfo *info,     // input event inof
66                                 TClonesArray *electronArr,    // input electrons
67                                 TClonesArray *muonArr,        // input muons
68 +                               double eventweight,           // weight
69                                 TNtuple * passtuple );        // output ntuple
70  
71   unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control
72                                 mithep::TEventInfo *info,     // input event inof
73                                 TClonesArray *electronArr,    // input electrons
74                                 TClonesArray *muonArr,        // input muons
75 <                               LabVectors * l );        // output ntuple
75 >                               double eventweight,           // weight
76 >                               LabVectors * l );
77  
78   unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control
79                                 mithep::TEventInfo *info,     // input event inof
80                                 TClonesArray *electronArr,    // input electrons
81                                 TClonesArray *muonArr,        // input muons
82 <                               TNtuple * passtuple,
83 <                               LabVectors * l );        // output ntuple
82 >                               double eventweight,           // weight
83 >                               TNtuple * passtuple,          // output ntuple
84 >                               LabVectors * l);
85   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines