ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/scripts/makeBNTreePlot.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makeBNTreePlot.py (file contents):
Revision 1.3 by wulsin, Wed Jun 5 10:05:42 2013 UTC vs.
Revision 1.4 by wulsin, Wed Jun 5 14:04:47 2013 UTC

# Line 14 | Line 14 | from decimal import *
14   from OSUT3Analysis.Configuration.configurationOptions import *
15   from OSUT3Analysis.Configuration.processingUtilities import *
16  
17 < from ROOT import TCut, TFile, TH1D, TTree, TStopwatch, TChain
17 > from ROOT import TCut, TFile, TH1D, TTree, TStopwatch, TChain, gROOT
18 >
19 > gROOT.SetBatch(True)  # This is to prevent pop-up graphical windows
20  
21   watch = TStopwatch()
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines