ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardDetectors
LUCID
LUCID_SimUtils
LUCID_OpProcess
python
LUCID_OpProcessConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
from
AthenaConfiguration.ComponentFactory
import
CompFactory
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
5
def
LucidPhysicsToolCfg
(flags, name="LucidPhysicsTool", **kwargs):
6
result = ComponentAccumulator()
7
result.setPrivateTools(CompFactory.LucidPhysicsTool(name, **kwargs))
8
return
result
LUCID_OpProcessConfig.LucidPhysicsToolCfg
LucidPhysicsToolCfg(flags, name="LucidPhysicsTool", **kwargs)
Definition
LUCID_OpProcessConfig.py:5
Generated on
for ATLAS Offline Software by
1.14.0