84 #ifndef StTrackDetectorInfo_hh
85 #define StTrackDetectorInfo_hh
86 #include "StContainers.h"
88 #include "StThreeVectorF.hh"
104 unsigned short numberOfPoints()
const;
105 unsigned short numberOfPoints(StDetectorId)
const;
107 unsigned short numberOfReferencedPoints()
const;
108 unsigned short numberOfReferencedPoints(StDetectorId)
const;
110 StPtrVecHit hits(StDetectorId)
const;
113 const StPtrVecHit& hits()
const;
117 void setNumberOfPoints(
unsigned char, StDetectorId);
118 void addHit(
StHit*,
bool =
true);
119 void removeHit(
StHit*&);
123 void setNumberOfPoints(
unsigned short);
128 UShort_t mNumberOfPoints;
129 UChar_t mNumberOfPointsTpc;
130 UChar_t mNumberOfPointsFtpcWest;
131 UChar_t mNumberOfPointsFtpcEast;
132 UChar_t mNumberOfPointsSvt;
133 UChar_t mNumberOfPointsSsd;
134 UChar_t mNumberOfPointsOth;
135 UChar_t mNumberOfPointsIst;
136 UChar_t mNumberOfPointsPxl;