ATLAS Offline Software
Functions
python.PartPropSvcConfig Namespace Reference

Functions

def PartPropSvcCfg (flags, **kwargs)
 

Function Documentation

◆ PartPropSvcCfg()

def python.PartPropSvcConfig.PartPropSvcCfg (   flags,
**  kwargs 
)

Definition at line 6 of file PartPropSvcConfig.py.

6 def PartPropSvcCfg(flags, **kwargs):
7  result = ComponentAccumulator()
8  kwargs.setdefault("InputFile", "PDGTABLE.MeV")
9  result.addService(CompFactory.PartPropSvc(name="PartPropSvc", **kwargs), primary=True)
10  return result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.PartPropSvcConfig.PartPropSvcCfg
def PartPropSvcCfg(flags, **kwargs)
Definition: PartPropSvcConfig.py:6