42 |
|
|
43 |
|
#get locations: |
44 |
|
Wdir=config.get('Directories','Wdir') |
45 |
< |
MVAdir=config.get('Directories','MVAdir') |
45 |
> |
MVASubdir=config.get('Directories','MVAdir') |
46 |
|
|
47 |
|
#systematics |
48 |
|
systematics=config.get('systematics','systematics') |
136 |
|
if job.name in namelist: |
137 |
|
#get trees: |
138 |
|
input = TFile.Open(Apath+'/'+job.getpath(),'read') |
139 |
< |
outfile = TFile.Open(job.path+'/'+MVAdir+job.prefix+job.identifier+'.root','recreate') |
139 |
> |
outfile = TFile.Open(Apath+'/'+MVASubdir+job.prefix+job.identifier+'.root','recreate') |
140 |
|
input.cd() |
141 |
|
obj = ROOT.TObject |
142 |
|
for key in ROOT.gDirectory.GetListOfKeys(): |