ATLAS Offline Software
TrackHitAssignementAlgCfg.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory import CompFactory
5 
6 
7 def TrackHitAssignementAlg(flags, name="TrackHitAssignementAlg", **kwargs):
9  theAlg = CompFactory.TrackHitAssignementAlg(name,**kwargs)
10  acc.addEventAlgo(theAlg,primary=True)
11  return acc
12 
13 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.TrackHitAssignementAlgCfg.TrackHitAssignementAlg
def TrackHitAssignementAlg(flags, name="TrackHitAssignementAlg", **kwargs)
Alg to refit DHNL signal vertices, with the aim of testing the re-fit procedure for speed and accurac...
Definition: TrackHitAssignementAlgCfg.py:7