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);