ATLAS Offline Software
Simulation
G4Utilities
G4StepLimitation
python
G4StepLimitationConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
5
6
def
G4StepLimitationToolCfg
(flags, name="G4StepLimitationTool", **kwargs):
7
result =
ComponentAccumulator
()
8
#Add any future configuration here
9
result.setPrivateTools(CompFactory.G4StepLimitationTool(name, **kwargs))
10
return
result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
G4StepLimitationConfig.G4StepLimitationToolCfg
def G4StepLimitationToolCfg(flags, name="G4StepLimitationTool", **kwargs)
Definition:
G4StepLimitationConfig.py:6
Generated on Fri Jan 10 2025 21:10:34 for ATLAS Offline Software by
1.8.18