ATLAS Offline Software
Functions
python.TrackHitAssignementAlgCfg Namespace Reference

Functions

def TrackHitAssignementAlg (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

◆ TrackHitAssignementAlg()

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