# | Line 18 | Line 18 | for job in info: | |
---|---|---|
18 | print '\t\tdefined as type %s'%job.type | |
19 | print '\t\tcuts applied: %s'%job.treecut | |
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') |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |