ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrackHitAssignementAlgCfg Namespace Reference

Functions

 TrackHitAssignementAlgCfg (flags, name="TrackHitAssignementAlg", **kwargs)
 Alg to refit DHNL signal vertices, with the aim of testing the re-fit procedure for speed and accuracy.

Function Documentation

◆ TrackHitAssignementAlgCfg()

python.TrackHitAssignementAlgCfg.TrackHitAssignementAlgCfg ( flags,
name = "TrackHitAssignementAlg",
** kwargs )

Alg to refit DHNL signal vertices, with the aim of testing the re-fit procedure for speed and accuracy.

Definition at line 7 of file TrackHitAssignementAlgCfg.py.

7def TrackHitAssignementAlgCfg(flags, name="TrackHitAssignementAlg", **kwargs):
8 acc = ComponentAccumulator()
9 theAlg = CompFactory.TrackHitAssignementAlg(name,**kwargs)
10 acc.addEventAlgo(theAlg,primary=True)
11 return acc
12
13