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

Functions

 LucidPhysicsToolCfg (flags, name="LucidPhysicsTool", **kwargs)

Function Documentation

◆ LucidPhysicsToolCfg()

LUCID_OpProcessConfig.LucidPhysicsToolCfg ( flags,
name = "LucidPhysicsTool",
** kwargs )

Definition at line 5 of file LUCID_OpProcessConfig.py.

5def LucidPhysicsToolCfg(flags, name="LucidPhysicsTool", **kwargs):
6 result = ComponentAccumulator()
7 result.setPrivateTools(CompFactory.LucidPhysicsTool(name, **kwargs))
8 return result