9 const bool isOuterTracker)
11 LogTrace(
"TkDetLayers") <<
"Phase2EndcapLayerBuilder::build";
12 vector<const GeometricDet*> theGeometricRings = aPhase2EndcapLayer->
components();
13 LogTrace(
"TkDetLayers") <<
"theGeometricRings.size(): " << theGeometricRings.size() ;
16 vector<const Phase2EndcapRing*> thePhase2EndcapRings;
18 for(vector<const GeometricDet*>::const_iterator it=theGeometricRings.begin();
19 it!=theGeometricRings.end();it++){
22 thePhase2EndcapRings.push_back(myBuilder.
build( *it,theGeomDetGeometry,isOuterTracker ));
ConstGeometricDetContainer & components()
Phase2EndcapRing * build(const GeometricDet *aPhase2EndcapRing, const TrackerGeometry *theGeomDetGeometry, const bool useBrothers=true) __attribute__((cold))
Phase2EndcapLayer * build(const GeometricDet *aPhase2EndcapLayer, const TrackerGeometry *theGeomDetGeometry, const bool isOuterTracker) __attribute__((cold))