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.1 by peller, Tue May 8 10:38:29 2012 UTC vs.
Revision 1.3 by peller, Mon Jun 25 11:43:56 2012 UTC

# Line 11 | Line 11 | class sample:
11          self.group=''
12          self.path=''
13          self.lumi=0.
14 +        self.sf=1.0
15          self.xsec=0.
16          self.split=1.0
17          self.weightexpression=1.0
# Line 18 | Line 19 | class sample:
19          self.tree='tree'
20          self.treecut=''
21          self.comment=''
22 +        self.subsample=False
23 +        self.subcut=1
24  
25      def getpath(self):
26          return self.path+'/'+self.prefix+self.identifier+'.root'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines