The Gaudi Framework  v36r13 (995e4364)
PartPropSvc.py
Go to the documentation of this file.
1 
14 from PartPropSvc.PartPropSvcConf import PartPropSvc
15 
16 ServiceMgr += PartPropSvc() # noqa: F821 (ATLAS/athena-specific global)
17 PartPropSvc.InputFile = "PDGTABLE.MeV=PDG"
18 
19 # --------------------------------------------------------------
PartPropSvc
Definition: PartPropSvc.py:1