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.1 by peller, Thu Apr 19 13:12:04 2012 UTC vs.
Revision 1.2 by peller, Tue May 8 10:33:40 2012 UTC

# Line 12 | Line 12 | print '\tLOADED INFO OF %s SAMPLES:'%len
12   print '\n\n\t\033[1;34mLOADED INFO OF %s SAMPLES\033[1;m\n'%len(info)
13  
14   for job in info:
15 <    print '\t\033[1;31m-->%s: %s\033[1;m'%(job.getname(),job.plotname())
15 >    print '\t\033[1;31m-->%s: %s\033[1;m'%(job.name,job.group)
16      print '\t\tstored in file %s'%job.getpath()
17      print '\t\twith luminosity = %s and xsec = %s'%(job.lumi,job.xsec)    
18      print '\t\tdefined as type %s'%job.type

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines