ATLAS Offline Software
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