# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |