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));
Phase2EndcapLayer * build(const GeometricDet *aPhase2EndcapLayer, const TrackerGeometry *theGeomDetGeometry, const bool useBrothers) __attribute__((cold))
ConstGeometricDetContainer & components()
Phase2EndcapRing * build(const GeometricDet *aPhase2EndcapRing, const TrackerGeometry *theGeomDetGeometry, const bool useBrothers=true) __attribute__((cold))