10 vector<const GeometricDet*> theGeometricRings = aTIDLayer->
components();
14 vector<const TIDRing*> theTIDRings;
16 for(vector<const GeometricDet*>::const_iterator it=theGeometricRings.begin();
17 it!=theGeometricRings.end();it++){
18 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))