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