# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |