7 vector<const GeometricDet*> allGeometricDets = aRod->
components();
9 vector<const GeomDet*> theGeomDets;
10 for (vector<const GeometricDet*>::iterator it = allGeometricDets.begin(); it != allGeometricDets.end(); it++) {
11 const GeomDet* theGeomDet = theGeomDetGeometry->
idToDet((*it)->geographicalId());
12 theGeomDets.push_back(theGeomDet);
ConstGeometricDetContainer & components()
PixelRod * build(const GeometricDet *aRod, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
const TrackerGeomDet * idToDet(DetId) const override