ATLAS Offline Software
Loading...
Searching...
No Matches
G4ExtraProcessesConfig Namespace Reference

Functions

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

Function Documentation

◆ G4EMProcessesPhysicsToolCfg()

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

Definition at line 6 of file G4ExtraProcessesConfig.py.

6def 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