11 #include <tracking/dataobjects/VXDIntercept.h>
SVDIntercept stores the U,V coordinates and uncertainties of the intersection of a track with an SVD ...
double getVprime() const
return the V direction tangent of the track extrapolated to the sensor
ClassDef(SVDIntercept, 4)
Needed to make the ROOT object storable.
SVDIntercept()
dummy constructor to silence cpp-check
double m_Vprime
V direction tangent of the track extrapolated to the sensor.
void setUprime(double user_Uprime)
set the U direction tangent of the track extrapolated to the sensor
double getUprime() const
return the U direction tangent of the track extrapolated to the sensor
double m_Uprime
U direction tangent of the track extrapolated to the sensor.
void setVprime(double user_Vprime)
set the V direction tangent of the track extrapolated to the sensor
VXDIntercept stores the U,V coordinates and uncertainties of the intersection of a track with a VXD s...
Abstract base class for different kinds of events.