ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LEP3/lepTree.py
(Generate patch)

Comparing UserCode/LEP3/lepTree.py (file contents):
Revision 1.4 by mzanetti, Fri Aug 3 17:49:48 2012 UTC vs.
Revision 1.5 by mzanetti, Fri Aug 31 14:33:22 2012 UTC

# Line 7 | Line 7 | class lepTree:
7          self.tree = ROOT.TTree("lep3Tree", "lep3Tree")
8          # doubles
9          self.leaves = {}
10 <        for label in ['type',
10 >        for label in ['processID','type',
11                        'lq1','lq2','lq3','lq4',
12                        'mu1IsoCH','mu1IsoEM','mu1IsoNH',
13                        'mu2IsoCH','mu2IsoEM','mu2IsoNH',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines