ATLAS Offline Software
MuonSpectrometer
MuonPhaseII
MuonG4
MuonSimHitSorting
python
MuonSimHitSortingCfg.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
5
def
MuonSimHitSortingAlgCfg
(flags, name="MuonSimHitSortingAlg", **kwargs):
6
result =
ComponentAccumulator
()
7
the_alg = CompFactory.MuonSimHitSortingAlg(name, **kwargs)
8
result.addEventAlgo(the_alg, primary =
True
)
9
return
result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
MuonSimHitSortingCfg.MuonSimHitSortingAlgCfg
def MuonSimHitSortingAlgCfg(flags, name="MuonSimHitSortingAlg", **kwargs)
Definition:
MuonSimHitSortingCfg.py:5
Generated on Thu Nov 7 2024 21:22:23 for ATLAS Offline Software by
1.8.18