|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODTRACKING_VERSIONS_TRACKSTATEVALIDATION_V1_H
6 #define XAODTRACKING_VERSIONS_TRACKSTATEVALIDATION_V1_H
13 #include "AthLinks/ElementLink.h"
113 #endif // XAODTRACKING_VERSIONS_TRACKSTATEVALIDATION_V1_H
float biasedPullY() const
Returns the biased x pull.
void setUnbiasedResidual(float unbiasedResidualX, float unbiasedResidualY)
Sets the unbiased residual.
char detType() const
Returns the detector type.
void setDetType(char detType)
Sets the detector type.
float unbiasedPullX() const
Returns the unbiased x pull.
Base class for elements of a container that can have aux data.
Class describing a TrackStateValidation.
uint64_t detElementId() const
Returns the detector element identifier.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
ElementLink< xAOD::TrackMeasurementValidationContainer > trackMeasurementValidationLink() const
void setUnbiasedPull(float unbiasedPullX, float unbiasedPullY)
Sets the unbiased pull.
float unbiasedResidualY() const
Returns the unbiased x residual.
float biasedResidualX() const
Returns the biased x residual.
float localY() const
Returns the y position.
float biasedPullX() const
Returns the biased x pull.
float biasedResidualY() const
Returns the biased x residual.
ElementLink implementation for ROOT usage.
void setBiasedPull(float biasedPullX, float biasedPullY)
Sets the biased pull.
float unbiasedPullY() const
Returns the unbiased x pull.
void setBiasedResidual(float biasedResidualX, float biasedResidualY)
Sets the biased residual.
void setLocalAngles(float localTheta, float localPhi)
Sets the local angles.
void setLocalPosition(float localX, float localY)
Sets the local position.
float localPhi() const
Returns the phi position.
TrackStateValidation_v1()
Default constructor.
float unbiasedResidualX() const
Returns the unbiased x residual.
void setDetElementId(uint64_t detElementId)
Sets the detector element identifier.
void setType(int type)
Sets the type (measurement, outlier, hole)
void setTrackMeasurementValidationLink(ElementLink< xAOD::TrackMeasurementValidationContainer > trackMeasurementValidationLink)
sets the link to the TrackMeasurementValidationContainer
float localTheta() const
Returns the theta position.
Base class for elements of a container that can have aux data.