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));
TECWedge * build(const GeometricDet *aTECWedge, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
ConstGeometricDetContainer & components()
Abs< T >::type abs(const T &t)
TECPetal * build(const GeometricDet *aTECPetal, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))