20 using DD3Vector = ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>>;
21 using Translation = ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>>;
45 edm::LogError(
"PGeometricDetBuilder") <<
"PoolDBOutputService unavailable";
61 std::vector<const GeometricDet*> tc =
tracker->components();
62 std::vector<const GeometricDet*>::const_iterator git = tc.begin();
63 std::vector<const GeometricDet*>::const_iterator egit = tc.end();
66 for (; git != egit; ++git) {
68 std::vector<const GeometricDet*> inone = (*git)->components();
71 std::vector<const GeometricDet*>::const_iterator git2 = inone.begin();
72 std::vector<const GeometricDet*>::const_iterator egit2 = inone.end();
74 for (; git2 != egit2; ++git2) {
76 std::vector<const GeometricDet*> intwo = (*git2)->components();
79 std::vector<const GeometricDet*>::const_iterator git3 = intwo.begin();
80 std::vector<const GeometricDet*>::const_iterator egit3 = intwo.end();
82 for (; git3 != egit3; ++git3) {
84 std::vector<const GeometricDet*> inthree = (*git3)->components();
87 std::vector<const GeometricDet*>::const_iterator git4 = inthree.begin();
88 std::vector<const GeometricDet*>::const_iterator egit4 = inthree.end();
90 for (; git4 != egit4; ++git4) {
92 std::vector<const GeometricDet*> infour = (*git4)->components();
95 std::vector<const GeometricDet*>::const_iterator git5 = infour.begin();
96 std::vector<const GeometricDet*>::const_iterator egit5 = infour.end();
98 for (; git5 != egit5; ++git5) {
100 std::vector<const GeometricDet*> infive = (*git5)->components();
103 std::vector<const GeometricDet*>::const_iterator git6 = infive.begin();
104 std::vector<const GeometricDet*>::const_iterator egit6 = infive.end();
106 for (; git6 != egit6; ++git6) {
108 std::vector<const GeometricDet*> insix = (*git6)->components();
122 std::vector<const GeometricDet*>
modules =
tracker->deepComponents();
127 edm::LogError(
"PGeometricDetBuilder") <<
"PGeometricDetBuilder Tag already present";
136 rot.GetComponents(
x,
y,
z);
141 const double tol = 1.e-10;
208 size_t nts =
nt.size();
210 std::vector<int> tempnt(
nt.begin(),
nt.end());
211 for (
size_t extrant =
nt.size(); extrant < 11; ++extrant) {
212 tempnt.push_back(-1);
214 item._nt0 = tempnt[0];
215 item._nt1 = tempnt[1];
216 item._nt2 = tempnt[2];
217 item._nt3 = tempnt[3];
218 item._nt4 = tempnt[4];
219 item._nt5 = tempnt[5];
220 item._nt6 = tempnt[6];
221 item._nt7 = tempnt[7];
222 item._nt8 = tempnt[8];
223 item._nt9 = tempnt[9];
224 item._nt10 = tempnt[10];