10 vector<const GeometricDet*> theGeometricRings = aPhase2OTEndcapLayer->
components();
14 vector<const Phase2OTEndcapRing*> thePhase2OTEndcapRings;
16 for(vector<const GeometricDet*>::const_iterator it=theGeometricRings.begin();
17 it!=theGeometricRings.end();it++){
18 thePhase2OTEndcapRings.push_back(myBuilder.
build( *it,theGeomDetGeometry));
Phase2OTEndcapLayer * build(const GeometricDet *aPhase2OTEndcapLayer, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
Phase2OTEndcapRing * build(const GeometricDet *aPhase2OTEndcapRing, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
ConstGeometricDetContainer & components()