|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODTRACKING_VERSIONS_TRACKMEASUREMENTVALIDATION_V1_H
6 #define XAODTRACKING_VERSIONS_TRACKMEASUREMENTVALIDATION_V1_H
85 #endif // XAODTRACKING_VERSIONS_TRACKMEASUREMENTVALIDATION_V1_H
Base class for elements of a container that can have aux data.
float localXError() const
Returns the x position error.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void setRdoIdentifierList(const std::vector< uint64_t > &rdoIdentifierList)
Sets the list of RDO identifiers.
Class describing a TrackMeasurementValidation.
void setLocalPosition(float localX, float localY)
Sets the local position.
float globalY() const
Returns the y position.
void setIdentifier(uint64_t identifier)
Sets the identifier.
DATAVECTOR_BASE(xAOD::TrackMeasurementValidation_v1, SG::AuxElement)
void setGlobalPosition(float globalX, float globalY, float globalZ)
Sets the global position.
void setLocalPositionError(float localXError, float localYError, float localXYCorrelation)
Sets the local position error.
uint64_t identifier() const
float localYError() const
Returns the y position error.
An STL vector of pointers that by default owns its pointed-to elements.
TrackMeasurementValidation_v1()
Default constructor.
float globalZ() const
Returns the z position.
float localXYCorrelation() const
Returns the xy position correlation.
const std::vector< uint64_t > & rdoIdentifierList() const
Returns the list of RDO identifiers.
float localY() const
Returns the y position.
Base class for elements of a container that can have aux data.