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