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.2 by peller, Tue May 8 10:33:40 2012 UTC vs.
Revision 1.7 by peller, Mon Jun 25 11:43:56 2012 UTC

# Line 1 | Line 1
1   #!/usr/bin/env python
2 < from samplesinfo import sample
2 > from samplesclass import sample
3   import pickle
4   import sys
5  
# Line 17 | Line 17 | for job in info:
17      print '\t\twith luminosity = %s and xsec = %s'%(job.lumi,job.xsec)    
18      print '\t\tdefined as type %s'%job.type
19      print '\t\tcuts applied: %s'%job.treecut
20 <    print '\t\tsplitiing factor: %s'%job.split
20 >    print '\t\tScalefactor: %s'%job.sf
21 >    print '\t\tSplitting: %s'%job.split
22      print '\t\tSystematics available:'
23      for sys in job.SYS: print '\t\t\t\033[1;32m- %s\033[1;m'%sys
24      comments=str.split(job.comment,'\n')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines