ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/evaluateMVA.py
(Generate patch)

Comparing UserCode/VHbb/python/evaluateMVA.py (file contents):
Revision 1.18 by nmohr, Wed Nov 28 13:04:59 2012 UTC vs.
Revision 1.19 by bortigno, Fri Jan 11 13:47:24 2013 UTC

# Line 72 | Line 72 | MVAlist=arglist.split(',')
72   #CONFIG
73   #factory
74   factoryname=config.get('factory','factoryname')
75 +
76 + #load the namespace
77 + VHbbNameSpace=config.get('VHbbNameSpace','library')
78 + ROOT.gSystem.Load(VHbbNameSpace)
79 +
80   #MVA
81   MVAinfos=[]
82   MVAdir=config.get('Directories','vhbbpath')
# Line 84 | Line 89 | longe=40
89   #Workdir
90   workdir=ROOT.gDirectory.GetPath()
91  
92 +
93   #Apply samples
94   infofile = open(samplesinfo,'r')
95   Ainfo = pickle.load(infofile)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines