#define AUXSTORE_PRIMITIVE_GETTER(CL, TYPE, NAME)
Macro creating the reader function for a primitive auxiliary property.
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
ElementLink implementation for ROOT usage.
SG::Accessor< T, ALLOC > Accessor
AuxElement()
Default constructor.
Class describing a TrackStateValidation.
TrackStateValidation_v1()
Default constructor.
void setBiasedPull(float biasedPullX, float biasedPullY)
Sets the biased pull.
float unbiasedResidualX() const
Returns the unbiased x residual.
float biasedPullY() const
Returns the biased x pull.
float unbiasedPullX() const
Returns the unbiased x pull.
float biasedResidualY() const
Returns the biased x residual.
void setLocalPosition(float localX, float localY)
Sets the local position.
float localY() const
Returns the y position.
void setUnbiasedResidual(float unbiasedResidualX, float unbiasedResidualY)
Sets the unbiased residual.
void setBiasedResidual(float biasedResidualX, float biasedResidualY)
Sets the biased residual.
float unbiasedPullY() const
Returns the unbiased x pull.
float localTheta() const
Returns the theta position.
float unbiasedResidualY() const
Returns the unbiased x residual.
float localPhi() const
Returns the phi position.
void setLocalAngles(float localTheta, float localPhi)
Sets the local angles.
float biasedResidualX() const
Returns the biased x residual.
void setUnbiasedPull(float unbiasedPullX, float unbiasedPullY)
Sets the unbiased pull.
float biasedPullX() const
Returns the biased x pull.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.