# | Line 55 | Line 55 | def getHistoFromTree(job,path,config,opt | |
---|---|---|
55 | elif type(options[7])==list: | |
56 | cutcut=config.get('Cuts',options[7][0]) | |
57 | cutcut=cutcut.replace(options[7][1],options[7][2]) | |
58 | < | print cutcut |
58 | > | #print cutcut |
59 | if subsample>-1: | |
60 | treeCut='%s & %s & EventForTraining == 0'%(cutcut,job.subcuts[subsample]) | |
61 | else: | |
# | Line 140 | Line 140 | def orderandadd(histos,typs,setup): | |
140 | histos=ordnung | |
141 | typs=ordnungtyp | |
142 | ||
143 | + | print typs |
144 | + | |
145 | for k in range(0,len(num)): | |
146 | for m in range(0,num[k]): | |
147 | if m > 0: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |