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

Comparing UserCode/MitHzz4l/Selection/src/applySelection.cc (file contents):
Revision 1.6 by khahn, Thu Oct 13 14:18:55 2011 UTC vs.
Revision 1.7 by khahn, Thu Oct 13 14:27:53 2011 UTC

# Line 100 | Line 100 | int main(int argc, char** argv)
100    //  TNtuple * passtuple = new TNtuple( "passtuple", "passtuple", "run:evt:lumi:channel:mZ1:mZ2:m4l:pt4l:w" );
101    TTree * passtuple = new TTree("passtuple", "passtuple" );
102    unsigned run, evt, lumi, channel;
103 <  float mZ1, mZ2, m4l, pt4l, w;
103 >  float mZ1, mZ2, m4l, pt4l;
104 >  double w;
105    passtuple->Branch("run", &run);
106    passtuple->Branch("evt", &evt);
107    passtuple->Branch("lumi", &lumi);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines