72 |
|
|
73 |
|
TCutname=config.get(run, 'treeCut') |
74 |
|
TCut=config.get('Cuts',TCutname) |
75 |
< |
print TCut |
75 |
> |
#print TCut |
76 |
|
|
77 |
|
#signals |
78 |
|
signals=config.get(run,'signals') |
89 |
|
MVA_Vars['Nominal']=config.get(treeVarSet,'Nominal') |
90 |
|
MVA_Vars['Nominal']=MVA_Vars['Nominal'].split(' ') |
91 |
|
#Spectators: |
92 |
< |
spectators=config.get(treeVarSet,'spectators') |
93 |
< |
spectators=spectators.split(' ') |
92 |
> |
#spectators=config.get(treeVarSet,'spectators') |
93 |
> |
#spectators=spectators.split(' ') |
94 |
|
|
95 |
|
#TRAINING samples |
96 |
|
infofile = open(path+'/samples.info','r') |
188 |
|
info.path=path |
189 |
|
info.varset=treeVarSet |
190 |
|
info.vars=MVA_Vars['Nominal'] |
191 |
< |
info.spectators=spectators |
191 |
> |
#info.spectators=spectators |
192 |
|
pickle.dump(info,infofile) |
193 |
|
infofile.close() |
194 |
|
|