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