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

Comparing UserCode/VHbb/python/tree_stack.py (file contents):
Revision 1.27 by peller, Thu Oct 11 13:40:18 2012 UTC vs.
Revision 1.28 by nmohr, Thu Oct 11 16:53:25 2012 UTC

# Line 42 | Line 42 | plotConfig.read('vhbbPlotDef.ini')
42  
43   #get locations:
44   Wdir=config.get('Directories','Wdir')
45 + samplesinfo=config.get('Directories','samplesinfo')
46  
47   section='Plot:%s'%region
48  
# Line 49 | Line 50 | Normalize = eval(config.get(section,'Nor
50   log = eval(config.get(section,'log'))
51   blind = eval(config.get(section,'blind'))
52  
53 < infofile = open(path+'/samples.info','r')
53 > infofile = open(samplesinfo,'r')
54   info = pickle.load(infofile)
55   infofile.close()
56  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines