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

Comparing UserCode/VHbb/python/showinfo.py (file contents):
Revision 1.7 by peller, Mon Jun 25 11:43:56 2012 UTC vs.
Revision 1.8 by peller, Thu Aug 2 16:03:52 2012 UTC

# Line 19 | Line 19 | for job in info:
19      print '\t\tcuts applied: %s'%job.treecut
20      print '\t\tScalefactor: %s'%job.sf
21      print '\t\tSplitting: %s'%job.split
22 +    print job.subcuts
23 +    print '\t\tActive: %s'%job.active
24      print '\t\tSystematics available:'
25      for sys in job.SYS: print '\t\t\t\033[1;32m- %s\033[1;m'%sys
26      comments=str.split(job.comment,'\n')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines