9 const bool useBrothers) {
10 LogTrace(
"TkDetLayers") <<
"Phase2EndcapLayerBuilder::build";
11 vector<const GeometricDet*> theGeometricRings = aPhase2EndcapLayer->
components();
12 LogTrace(
"TkDetLayers") <<
"theGeometricRings.size(): " << theGeometricRings.size();
15 vector<const Phase2EndcapRing*> thePhase2EndcapRings;
17 for (vector<const GeometricDet*>::const_iterator it = theGeometricRings.begin(); it != theGeometricRings.end();
21 thePhase2EndcapRings.push_back(myBuilder.
build(*it, theGeomDetGeometry, useBrothers));