test
Go to the documentation of this file. 1 from ROOT
import TFile, TH1F
6 self.
file = TFile(filename,
'recreate')
7 self.
hist = TH1F(
'pileup',
'', 70, 0, 70)
8 self.
mindist = TH1F(
'mindist',
'Minimum distance between 2 vertices', 100, 0, 0.1)