8 vector<const GeometricDet*> theGeometricRings = aTIDLayer->
components();
12 vector<const TIDRing*> theTIDRings;
14 for (vector<const GeometricDet*>::const_iterator it = theGeometricRings.begin(); it != theGeometricRings.end();
16 theTIDRings.push_back(myBuilder.
build(*it, theGeomDetGeometry));
TIDLayer * build(const GeometricDet *aTIDLayer, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
ConstGeometricDetContainer & components()
TIDRing * build(const GeometricDet *aTIDRing, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))