![]() |
ATLAS Offline Software
|
Functions | |
| canAddDecorator (flags) | |
| InDetPhysHitDecoratorAlgCfg (flags, name="InDetPhysHitDecoratorAlg", **kwargs) | |
| ITkPhysHitDecoratorAlgCfg (flags, name="ITkPhysHitDecoratorAlg", **kwargs) | |
| ParameterErrDecoratorAlgCfg (flags, name="ParameterErrDecoratorAlg", **kwargs) | |
| InDetPhysValTruthDecoratorAlgCfg (flags, name="InDetPhysValTruthDecoratorAlg", **kwargs) | |
| TruthClassDecoratorAlgCfg (flags, name="TruthClassDecoratorAlg", **kwargs) | |
| TrackDecoratorsCfg (flags, **kwargs) | |
| GSFTrackDecoratorsCfg (flags, **kwargs) | |
| AddDecoratorCfg (flags, **kwargs) | |
| AddGSFTrackDecoratorAlgCfg (flags, **kwargs) | |
| AddDecoratorIfNeededCfg (flags, **kwargs) | |
| AddDecoratorCfg | ( | flags, | |
| ** | kwargs ) |
Add the track particle decoration algorithm to the top sequence. The algorithm is to be run on RAW/RDO since it depends on full hit information which is generally not available at later stages. The decorations added by this algorithm are used by InDetPhysValMonitoring tool.
Definition at line 168 of file InDetPhysValDecorationConfig.py.
| AddDecoratorIfNeededCfg | ( | flags, | |
| ** | kwargs ) |
Add the InDet decoration algorithm if it has not been ran yet.
Definition at line 203 of file InDetPhysValDecorationConfig.py.
| AddGSFTrackDecoratorAlgCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 191 of file InDetPhysValDecorationConfig.py.
| canAddDecorator | ( | flags | ) |
check whether the decorator can be added. A decorator can be added if a track particle converter alg is in the sequence or if ESDs or AODs are read.
Definition at line 9 of file InDetPhysValDecorationConfig.py.
| GSFTrackDecoratorsCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 163 of file InDetPhysValDecorationConfig.py.
| InDetPhysHitDecoratorAlgCfg | ( | flags, | |
| name = "InDetPhysHitDecoratorAlg", | |||
| ** | kwargs ) |
Definition at line 29 of file InDetPhysValDecorationConfig.py.
| InDetPhysValTruthDecoratorAlgCfg | ( | flags, | |
| name = "InDetPhysValTruthDecoratorAlg", | |||
| ** | kwargs ) |
create decoration algorithm which decorates truth particles with track parameters at the perigee.
Definition at line 111 of file InDetPhysValDecorationConfig.py.
| ITkPhysHitDecoratorAlgCfg | ( | flags, | |
| name = "ITkPhysHitDecoratorAlg", | |||
| ** | kwargs ) |
create decoration algorithm which decorates track particles with the unbiased hit residuals and pulls.
Definition at line 67 of file InDetPhysValDecorationConfig.py.
| ParameterErrDecoratorAlgCfg | ( | flags, | |
| name = "ParameterErrDecoratorAlg", | |||
| ** | kwargs ) |
create decoration algorithm which decorates track particles with the uncertainties of the track parameters.
Definition at line 100 of file InDetPhysValDecorationConfig.py.
| TrackDecoratorsCfg | ( | flags, | |
| ** | kwargs ) |
Get track particle decorators needed for the InDetPhysValMonitoring tool
Definition at line 149 of file InDetPhysValDecorationConfig.py.
| TruthClassDecoratorAlgCfg | ( | flags, | |
| name = "TruthClassDecoratorAlg", | |||
| ** | kwargs ) |
create decoration algorithm which decorates truth particles with origin and type from truth classifier.
Definition at line 140 of file InDetPhysValDecorationConfig.py.