9 vector<const GeometricDet*> theGeometricWedges = aTECPetal->
components();
12 vector<const TECWedge*> theInnerWedges;
13 vector<const TECWedge*> theOuterWedges;
15 double meanZ = (theGeometricWedges[0]->positionBounds().z() + theGeometricWedges[1]->positionBounds().z()) / 2;
19 for (vector<const GeometricDet*>::const_iterator it = theGeometricWedges.begin(); it != theGeometricWedges.end();
22 theInnerWedges.push_back(myWedgeBuilder.
build(*it, theGeomDetGeometry));
25 theOuterWedges.push_back(myWedgeBuilder.
build(*it, theGeomDetGeometry));