1 import ROOT,os,sys,getopt
5 Parameter settings for reconstruction
10 trackMinNofStations = 3
13 VertexMaxZcut = 2500*u.cm
15 PDG = ROOT.TDatabasePDG.Instance()
18 if not PDG.GetParticle(pdg):
return
19 return PDG.GetParticle(pdg).Charge()/(3.)
22 Rsq = (vec.X()/(2.45*u.m) )**2 + (vec.Y()/((dy/2.-0.05)*u.m) )**2