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.3 by peller, Mon Jun 25 11:43:56 2012 UTC vs.
Revision 1.4 by peller, Thu Aug 2 16:03:52 2012 UTC

# Line 8 | Line 8 | class sample:
8          self.type=type
9          self.prefix=''
10          self.identifier=''
11 +        self.active=True
12          self.group=''
13          self.path=''
14          self.lumi=0.
# Line 19 | Line 20 | class sample:
20          self.tree='tree'
21          self.treecut=''
22          self.comment=''
23 <        self.subsample=False
24 <        self.subcut=1
23 >        #for DY falvours
24 >        self.subsamples=False
25 >        self.subnames=[]
26 >        self.subcuts=[]
27  
28      def getpath(self):
29          return self.path+'/'+self.prefix+self.identifier+'.root'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines