1 #ifndef TrackAssociator_HODetIdAssociator_h
2 #define TrackAssociator_HODetIdAssociator_h 1
29 const char*
name()
const override {
return "HO"; }
32 void getValidDetIds(
unsigned int subDectorIndex, std::vector<DetId>& validIds)
const override {
33 if (subDectorIndex != 0)
35 <<
"HO sub-dectors are all handle as one sub-system, but subDetectorIndex is not zero.\n";
const char * name() const override
const CaloGeometry * geometry_
std::vector< DetId > getValidDetIds() const
Get the list of all valid detector ids.
void getValidDetIds(unsigned int subDectorIndex, std::vector< DetId > &validIds) const override