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.11 by wulsin, Wed Jun 12 09:10:31 2013 UTC vs.
Revision 1.12 by wulsin, Wed Jun 12 09:15:32 2013 UTC

# Line 101 | Line 101 | if not arguments.quickMerge:
101              #chain trees together
102              ch = TChain("OSUAnalysis/"+hist['channel']+"/BNTree_"+hist['channel'])
103              ch.Add(condor_dir + "/" + dataset + "/hist_*.root")
104 <            print "Looping over chain with # entries = %f; time = " % ch.GetEntries()  
104 >            print ("Looping over chain with # entries = %f; split time = " % ch.GetEntries()),
105              watch1.Stop(); watch1.Print(); watch1.Start()
106              
107              outputFile = TFile(condor_dir + "/" + dataset + ".root", "UPDATE")
# Line 139 | Line 139 | for composite_dataset in composite_datas
139      print "Merging output for composite dataset: " + composite_dataset
140      os.system(command)
141        
142 + print ("Total time: "),
143   watch.Stop()
144   watch.Print()
145              

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines