![]() |
ATLAS Offline Software
|
Class describing a TrackMeasurementValidation. More...
#include <TrackMeasurementValidation_v1.h>
Public Member Functions | |
| TrackMeasurementValidation_v1 () | |
| Default constructor. | |
Identification | |
SOME INFO SHOULD GO HERE Returns the identifier | |
| uint64_t | identifier () const |
| const std::vector< uint64_t > & | rdoIdentifierList () const |
| Returns the list of RDO identifiers. | |
| void | setIdentifier (uint64_t identifier) |
| Sets the identifier. | |
| void | setRdoIdentifierList (const std::vector< uint64_t > &rdoIdentifierList) |
| Sets the list of RDO identifiers. | |
Local position functions | |
Returns the local position Returns the x position | |
| float | localX () const |
| float | localY () const |
| Returns the y position. | |
| float | localXError () const |
| Returns the x position error. | |
| float | localYError () const |
| Returns the y position error. | |
| float | localXYCorrelation () const |
| Returns the xy position correlation. | |
| void | setLocalPosition (float localX, float localY) |
| Sets the local position. | |
| void | setLocalPositionError (float localXError, float localYError, float localXYCorrelation) |
| Sets the local position error. | |
Global position functions | |
Returns the global position Returns the x position | |
| float | globalX () const |
| float | globalY () const |
| Returns the y position. | |
| float | globalZ () const |
| Returns the z position. | |
| void | setGlobalPosition (float globalX, float globalY, float globalZ) |
| Sets the global position. | |
Class describing a TrackMeasurementValidation.
Definition at line 27 of file TrackMeasurementValidation_v1.h.
| xAOD::TrackMeasurementValidation_v1::TrackMeasurementValidation_v1 | ( | ) |
Default constructor.
Definition at line 15 of file TrackMeasurementValidation_v1.cxx.
| float xAOD::TrackMeasurementValidation_v1::globalX | ( | ) | const |
| float xAOD::TrackMeasurementValidation_v1::globalY | ( | ) | const |
Returns the y position.
| float xAOD::TrackMeasurementValidation_v1::globalZ | ( | ) | const |
Returns the z position.
| uint64_t xAOD::TrackMeasurementValidation_v1::identifier | ( | ) | const |
| float xAOD::TrackMeasurementValidation_v1::localX | ( | ) | const |
| float xAOD::TrackMeasurementValidation_v1::localXError | ( | ) | const |
Returns the x position error.
| float xAOD::TrackMeasurementValidation_v1::localXYCorrelation | ( | ) | const |
Returns the xy position correlation.
| float xAOD::TrackMeasurementValidation_v1::localY | ( | ) | const |
Returns the y position.
| float xAOD::TrackMeasurementValidation_v1::localYError | ( | ) | const |
Returns the y position error.
Returns the list of RDO identifiers.
| void xAOD::TrackMeasurementValidation_v1::setGlobalPosition | ( | float | globalX, |
| float | globalY, | ||
| float | globalZ ) |
Sets the global position.
Definition at line 50 of file TrackMeasurementValidation_v1.cxx.
| void xAOD::TrackMeasurementValidation_v1::setIdentifier | ( | uint64_t | identifier | ) |
Sets the identifier.
Sets the local position.
| void xAOD::TrackMeasurementValidation_v1::setLocalPositionError | ( | float | localXError, |
| float | localYError, | ||
| float | localXYCorrelation ) |
Sets the local position error.
Definition at line 37 of file TrackMeasurementValidation_v1.cxx.
| void xAOD::TrackMeasurementValidation_v1::setRdoIdentifierList | ( | const std::vector< uint64_t > & | rdoIdentifierList | ) |
Sets the list of RDO identifiers.