5 gSystem.Load(
"libFWCoreFWLite.so")
6 ROOT.FWLiteEnabler.enable()
9 events = EventTree(
"simevent.root")
12 histo = TH1F(
"tofhits",
"Tof of hits", 100, -0.5, 50)
16 simHits = event.getProduct(
"PSimHit_r_TrackerHitsTIBLowTof.obj")
18 histo.Fill(hit.timeOfFlight())
20 hFile = TFile(
"histo.root",
"RECREATE")
24 gROOT.SetStyle(
"Plain")
28 c.SaveAs(
"tofhits.jpg")