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.6 by dkralph, Sun Oct 23 11:50:01 2011 UTC vs.
Revision 1.7 by khahn, Sun Oct 30 15:25:04 2011 UTC

# Line 30 | Line 30 | using namespace std;
30   // ntuple format headers
31   //
32   #include "HiggsAnaDefs.hh"
33 + #include "TGenInfo.hh"
34   #include "TEventInfo.hh"
35   #include "TElectron.hh"
36   #include "TMuon.hh"
# Line 107 | Line 108 | using namespace std;
108   #define PFISO_MU_TIGHT_EE_LOWPT 0.05
109  
110  
110 //#define THEIR_EVENTS
111
111  
112 + //#define THEIR_EVENTS
113  
114   void initRunLumiRangeMap();
115 + void initRunLumiRangeMap(RunLumiRangeMap &rlrm);
116 + //unsigned getGenChannel(mithep::TGenInfo * ginfo);
117  
118 < unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control
118 > unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control
119                                 mithep::TEventInfo *info,     // input event inof
120                                 TClonesArray *electronArr,    // input electrons
121                                 TClonesArray *muonArr,        // input muons
122                                 double eventweight,           // weight
123 <                               TTree * passtuple );        // output ntuple
123 >                               TTree * passtuple );        // output ntuple
124  
125 < unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control
125 > /* unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control  */
126 > /*                             mithep::TEventInfo *info,     // input event inof */
127 > /*                             TClonesArray *electronArr,    // input electrons */
128 > /*                             TClonesArray *muonArr,        // input muons */
129 > /*                             double eventweight,           // weight */
130 > /*                             LabVectors * l ); */
131 >
132 > unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control
133                                 mithep::TEventInfo *info,     // input event inof
134                                 TClonesArray *electronArr,    // input electrons
135                                 TClonesArray *muonArr,        // input muons
136                                 double eventweight,           // weight
137 <                               LabVectors * l );
137 >                               TTree * passtuple,          // output ntuple
138 >                               LabVectors * l);
139  
140   unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control
141                                 mithep::TEventInfo *info,     // input event inof
# Line 133 | Line 143 | unsigned fails_HZZ4L_selection(ControlFl
143                                 TClonesArray *muonArr,        // input muons
144                                 double eventweight,           // weight
145                                 TTree * passtuple,          // output ntuple
146 <                               LabVectors * l);
146 >                               LabVectors * l,
147 >                               TClonesArray *jetArr        // input muons
148 >                               );
149  
150   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines