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

Comparing UserCode/VHbb/python/samplesclass.py (file contents):
Revision 1.5 by peller, Fri Aug 3 15:43:02 2012 UTC vs.
Revision 1.6 by nmohr, Mon Sep 17 15:34:43 2012 UTC

# Line 26 | Line 26 | class sample:
26          self.subcuts=[]
27  
28      def getpath(self):
29 <        return self.path+'/'+self.prefix+self.identifier+'.root'
29 >        return './'+self.prefix+self.identifier+'.root'
30          
31      def addtreecut(self, cut):
32          if self.treecut == '':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines