ATLAS Offline Software
Functions
python.TrackHitAssignementAlgCfg Namespace Reference

Functions

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

Function Documentation

◆ TrackHitAssignementAlgCfg()

def 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.

7 def TrackHitAssignementAlgCfg(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:342
python.TrackHitAssignementAlgCfg.TrackHitAssignementAlgCfg
def TrackHitAssignementAlgCfg(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