ATLAS Offline Software
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
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
LUCID_OpProcessConfig.LucidPhysicsToolCfg
def LucidPhysicsToolCfg(flags, name="LucidPhysicsTool", **kwargs)
Definition:
LUCID_OpProcessConfig.py:5
Generated on Thu Nov 7 2024 21:20:16 for ATLAS Offline Software by
1.8.18