ATLAS Offline Software
Loading...
Searching...
No Matches
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
G4ScoringProcessConfig.G4ScoringProcessToolCfg
G4ScoringProcessToolCfg(flags, name="G4ScoringProcessTool", **kwargs)
Definition
G4ScoringProcessConfig.py:6
Generated on
for ATLAS Offline Software by
1.14.0