8 vector<const GeomDet*> theGeomDets;
9 for(vector<const GeometricDet*>::const_iterator it=detsInRing.begin();
10 it!=detsInRing.end();it++){
12 const GeomDet* theGeomDet = theGeomDetGeometry->
idToDet( (*it)->geographicalID() );
13 theGeomDets.push_back(theGeomDet);
16 return new TIBRing(theGeomDets);
const TrackerGeomDet * idToDet(DetId) const override
TIBRing * build(const std::vector< const GeometricDet * > &detsInRing, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))