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.2 by dkralph, Wed Sep 14 12:11:57 2011 UTC vs.
Revision 1.4 by khahn, Fri Oct 14 11:20:25 2011 UTC

# Line 18 | Line 18 | using namespace std;
18   // ROOT headers
19   //
20   #include <TROOT.h>                  // access to gROOT, entry point to ROOT system
21 < #include <TNtuple.h>
21 > #include <TTree.h>
22   #include <TChain.h>                 //
23   #include <TBranch.h>                // class to access branches in TTree
24   #include <TClonesArray.h>           // ROOT array class
# Line 66 | Line 66 | unsigned fails_HZZ4L_selection(ControlFl
66                                 TClonesArray *electronArr,    // input electrons
67                                 TClonesArray *muonArr,        // input muons
68                                 double eventweight,           // weight
69 <                               TNtuple * passtuple );        // output ntuple
69 >                               TTree * passtuple );        // output ntuple
70  
71   unsigned fails_HZZ4L_selection(ControlFlags &ctrl,           // input control
72                                 mithep::TEventInfo *info,     // input event inof
# Line 80 | Line 80 | unsigned fails_HZZ4L_selection(ControlFl
80                                 TClonesArray *electronArr,    // input electrons
81                                 TClonesArray *muonArr,        // input muons
82                                 double eventweight,           // weight
83 <                               TNtuple * passtuple,          // output ntuple
84 <                               LabVectors * l );
83 >                               TTree * passtuple,          // output ntuple
84 >                               LabVectors * l);
85   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines