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

Comparing UserCode/VHbb/python/mvainfos.py (file contents):
Revision 1.1 by peller, Wed May 9 09:49:31 2012 UTC vs.
Revision 1.2 by nmohr, Thu Sep 20 13:08:07 2012 UTC

# Line 17 | Line 17 | class mvainfo:
17          self.comment=''
18          
19      def getweightfile(self):
20 <        return self.weightfilepath+'/'+self.factoryname+'_'+self.MVAname+'.weights.xml'
20 >        return './'+self.factoryname+'_'+self.MVAname+'.weights.xml'
21          
22      def addtreecut(self, cut):
23          if self.treecut == '':
# Line 29 | Line 29 | class mvainfo:
29          if self.comment == '':
30              self.comment = '- %s'%comment
31          else:
32 <            self.comment = '%s\n- %s'%(self.comment,comment)
32 >            self.comment = '%s\n- %s'%(self.comment,comment)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines