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