9 LogTrace(
"TkDetLayers") <<
"Phase2EndcapSubDiskBuilder::build";
10 vector<const GeometricDet*> theGeometricRings = aPhase2EndcapSubDisk->
components();
11 LogTrace(
"TkDetLayers") <<
"theGeometricRings.size(): " << theGeometricRings.size();
14 vector<const Phase2EndcapSingleRing*> thePhase2EndcapSingleRings;
16 for (vector<const GeometricDet*>::const_iterator it = theGeometricRings.begin(); it != theGeometricRings.end();
20 thePhase2EndcapSingleRings.push_back(myBuilder.
build(*it, theGeomDetGeometry));
Phase2EndcapSingleRing * build(const GeometricDet *aPhase2EndcapSingleRing, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
ConstGeometricDetContainer & components()
Phase2EndcapSubDisk * build(const GeometricDet *aPhase2EndcapSubDisk, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))