9 LogTrace(
"TkDetLayers") <<
"Phase2EndcapLayerDoubleDiskBuilder::build";
10 const auto& theSubDisks = aPhase2EndcapLayerDoubleDisk->
components();
11 LogTrace(
"TkDetLayers") <<
"theSubDisks.size(): " << theSubDisks.size();
14 vector<const Phase2EndcapSubDisk*> thePhase2EndcapSubDisks;
15 thePhase2EndcapSubDisks.reserve(theSubDisks.size());
17 for (vector<const GeometricDet*>::const_iterator it = theSubDisks.begin(); it != theSubDisks.end(); it++) {
18 thePhase2EndcapSubDisks.push_back(myBuilder.
build(*it, theGeomDetGeometry));
Phase2EndcapLayerDoubleDisk * build(const GeometricDet *aPhase2EndcapLayerDoubleDisk, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
ConstGeometricDetContainer & components()
Phase2EndcapSubDisk * build(const GeometricDet *aPhase2EndcapSubDisk, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))