10 vector<const GeometricDet*> theGeometricRings = aPhase2OTECRingedLayer->
components();
14 vector<const Phase2OTECRing*> thePhase2OTECRings;
16 for(vector<const GeometricDet*>::const_iterator it=theGeometricRings.begin();
17 it!=theGeometricRings.end();it++){
18 thePhase2OTECRings.push_back(myBuilder.
build( *it,theGeomDetGeometry));
Phase2OTECRingedLayer * build(const GeometricDet *aPhase2OTECRingedLayer, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
ConstGeometricDetContainer & components()
Phase2OTECRing * build(const GeometricDet *aPhase2OTECRing, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))