# | Line 115 | Line 115 | infofile.close() | |
---|---|---|
115 | for job in Ainfo[start:stop]: | |
116 | #get trees: | |
117 | input = TFile.Open(job.getpath(),'read') | |
118 | < | outfile = TFile.Open(job.path+'/MVAout/'+job.prefix+job.identifier+'.root','recreate') |
118 | > | outfile = TFile.Open(job.path+'/MVAout2/'+job.prefix+job.identifier+'.root','recreate') |
119 | input.cd() | |
120 | obj = ROOT.TObject | |
121 | for key in ROOT.gDirectory.GetListOfKeys(): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |