54 CbmStsHit(int32_t address,
const TVector3&
pos,
const TVector3&
dpos,
double dxy, int32_t frontClusterId,
55 int32_t backClusterId,
double time = 0.,
double timeError = 0.,
double du = 0.,
double dv = 0.);
120 virtual std::string
ToString()
const;
data class for a reconstructed 3-d hit in the STS
void SetDv(Double_t dv)
Error of coordinate across front-side strips @value Coordinate error [cm].
int32_t GetFrontClusterId() const
double fDu
Error of coordinate across front-side strips [cm].
void SetFrontClusterId(int32_t index)
Set the index of the frontside cluster To keep track of the input during matching.
void SetBackClusterId(int32_t index)
Set the index of the backside cluster To keep track of the input during matching.
int32_t fFrontClusterId
Cluster index front side.
double fDv
Error of coordinate across back-side strips [cm].
virtual std::string ToString() const
void SetDu(Double_t du)
Error of coordinate across front-side strips @value Coordinate error [cm].
double GetDv() const
Error of coordinate across front-side strips @value Coordinate error [cm].
double GetDu() const
Error of coordinate across front-side strips @value Coordinate error [cm].
int32_t fBackClusterId
Cluster index back side.
int32_t GetBackClusterId() const