8 fDetectorId(kUnknownId),
19 fDetectorId( stiHit.detector() ? static_cast<StDetectorId>(stiHit.detector()->getGroupId()) : kUnknownId ),
20 fVolumeName( stiHit.detector() ? stiHit.detector()->getName() :
"" ),
21 fPosition(stiHit.x_g(), stiHit.y_g(), stiHit.z_g()),
22 fPositionLocal(stiHit.x(), stiHit.y(), stiHit.z()),
23 fTimesUsed(stiHit.timesUsed())
ClassImp(TStiHit) TStiHit
bool operator<(const TStiHit &lhs, const TStiHit &rhs)
TVector3 fPosition
Global coordinates of the hit in the STAR CS.
virtual void Print(Option_t *opt="") const