diff --git a/JugReco/src/components/ImagingPixelReco.cpp b/JugReco/src/components/ImagingPixelReco.cpp index 47225b63348e7a7812947b70450745e31cecfca1..62ed5a98d13101b4ec677d240d74687bd668a709 100644 --- a/JugReco/src/components/ImagingPixelReco.cpp +++ b/JugReco/src/components/ImagingPixelReco.cpp @@ -139,7 +139,7 @@ public: 0, // timeError TODO {gpos.x() / m_lUnit, gpos.y() / m_lUnit, gpos.z() / m_lUnit}, // global pos {0, 0, 0}, // @TODO: add dimension - lid,sid, + sid,lid, {pos.x() / m_lUnit, pos.y() / m_lUnit, pos.z() / m_lUnit}}); // local pos } return StatusCode::SUCCESS;