61 #ifndef StTrackTopologyMap_hh
62 #define StTrackTopologyMap_hh
78 bool primaryVertexUsed()
const;
79 unsigned int numberOfHits(StDetectorId)
const;
80 bool hasHitInDetector(StDetectorId)
const;
81 bool hasHitInDetector(StDetectorId, StDetectorId,
82 StDetectorId = kUnknownId, StDetectorId = kUnknownId,
83 StDetectorId = kUnknownId, StDetectorId = kUnknownId)
const;
84 bool hasHitInRow(StDetectorId,
unsigned int)
const;
85 bool hasHitInSvtLayer(
unsigned int)
const;
86 bool hasHitInPxlLayer(
unsigned int)
const;
87 bool hasHitInIstLayer(
unsigned int)
const;
88 bool hasHitInSsdLayer(
unsigned int)
const;
89 bool hasHitInSstLayer(
unsigned int)
const;
91 bool trackTpcOnly()
const;
92 bool trackSvtOnly()
const;
93 bool trackTpcSvt()
const;
94 bool trackFtpcEast()
const;
95 bool trackFtpcWest()
const;
96 bool trackFtpc()
const;
98 bool turnAroundFlag()
const;
99 unsigned long long data(
unsigned int)
const;
101 int largestGap(StDetectorId)
const;
105 bool iTpcBit(
int)
const;
106 bool ftpcFormat()
const;
107 bool hftFormat()
const;
119 inline bool StTrackTopologyMap::hasHitInSstLayer(
unsigned int val)
const
121 return hasHitInSsdLayer(val);