Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v30r3 (a5ef0a68)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
PartPropSvc.py
Go to the documentation of this file.
1 # --------------------------------------------------------------
2 # PartPropSvc Service options
3 # --------------------------------------------------------------
4 from PartPropSvc.PartPropSvcConf import PartPropSvc
5 ServiceMgr += PartPropSvc()
6 PartPropSvc.InputFile = "PDGTABLE.MeV=PDG"
7 
8 # --------------------------------------------------------------