![]() |
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) | |
| InDetPhysValDecorationConfig.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 159 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.AddDecoratorIfNeededCfg | ( | flags | ) |
Add the InDet decoration algorithm if it has not been ran yet.
Definition at line 194 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.AddGSFTrackDecoratorAlgCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 182 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.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.
| InDetPhysValDecorationConfig.GSFTrackDecoratorsCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 154 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.InDetPhysHitDecoratorAlgCfg | ( | flags, | |
| name = "InDetPhysHitDecoratorAlg", | |||
| ** | kwargs ) |
Definition at line 29 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.InDetPhysValTruthDecoratorAlgCfg | ( | flags, | |
| name = "InDetPhysValTruthDecoratorAlg", | |||
| ** | kwargs ) |
create decoration algorithm which decorates truth particles with track parameters at the perigee.
Definition at line 108 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.ITkPhysHitDecoratorAlgCfg | ( | flags, | |
| name = "ITkPhysHitDecoratorAlg", | |||
| ** | kwargs ) |
create decoration algorithm which decorates track particles with the unbiased hit residuals and pulls.
Definition at line 65 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.ParameterErrDecoratorAlgCfg | ( | flags, | |
| name = "ParameterErrDecoratorAlg", | |||
| ** | kwargs ) |
create decoration algorithm which decorates track particles with the uncertainties of the track parameters.
Definition at line 98 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.TrackDecoratorsCfg | ( | flags, | |
| ** | kwargs ) |
Get track particle decorators needed for the InDetPhysValMonitoring tool
Definition at line 140 of file InDetPhysValDecorationConfig.py.
| InDetPhysValDecorationConfig.TruthClassDecoratorAlgCfg | ( | flags, | |
| name = "TruthClassDecoratorAlg", | |||
| ** | kwargs ) |
create decoration algorithm which decorates truth particles with origin and type from truth classifier.
Definition at line 131 of file InDetPhysValDecorationConfig.py.