ATLAS Offline Software
Simulation
G4Extensions
G4ScoringProcess
python
G4ScoringProcessConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
5
6
def
G4ScoringProcessToolCfg
(flags, name="G4ScoringProcessTool", **kwargs):
7
result =
ComponentAccumulator
()
8
result.setPrivateTools(CompFactory.G4ScoringProcessTool(name, **kwargs))
9
return
result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
G4ScoringProcessConfig.G4ScoringProcessToolCfg
def G4ScoringProcessToolCfg(flags, name="G4ScoringProcessTool", **kwargs)
Definition:
G4ScoringProcessConfig.py:6
Generated on Wed Jan 8 2025 21:10:12 for ATLAS Offline Software by
1.8.18