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") |
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 |
|
|