Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
G4ExtraProcessesConfig Namespace Reference

Functions

def G4EMProcessesPhysicsToolCfg (flags, name="G4EMProcessesPhysicsTool", **kwargs)
 

Function Documentation

◆ G4EMProcessesPhysicsToolCfg()

def G4ExtraProcessesConfig.G4EMProcessesPhysicsToolCfg (   flags,
  name = "G4EMProcessesPhysicsTool",
**  kwargs 
)

Definition at line 6 of file G4ExtraProcessesConfig.py.

6 def G4EMProcessesPhysicsToolCfg(flags, name="G4EMProcessesPhysicsTool", **kwargs):
7  result = ComponentAccumulator()
8  kwargs.setdefault("ParticleList", [5132]) # In future this should be made configurable
9  result.setPrivateTools(CompFactory.G4EMProcessesPhysicsTool(name, **kwargs))
10  return result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
G4ExtraProcessesConfig.G4EMProcessesPhysicsToolCfg
def G4EMProcessesPhysicsToolCfg(flags, name="G4EMProcessesPhysicsTool", **kwargs)
Definition: G4ExtraProcessesConfig.py:6