15 #include "GaudiKernel/MsgStream.h"
24 std::vector<Identifier>&& rdoList,
29 PrepRawData(RDOId, locpos, std::move(rdoList), std::move(locErrMat))
32 , m_gangedPixel(false)
43 std::vector<Identifier>&& rdoList,
47 PrepRawData(RDOId, locpos, std::move(rdoList), {})
50 , m_gangedPixel(
false)
54 m_detEl->surface(
identify()).localToGlobal(localPosition());
61 std::vector<Identifier>&& rdoList,
66 PrepRawData(RDOId, locpos, std::move(rdoList), std::move(locErrMat))
67 , m_globalPosition(globpos)
70 , m_gangedPixel(false)
76 std::vector<Identifier>&& rdoList,
80 PrepRawData(RDOId, locpos, std::move(rdoList),{})
81 , m_globalPosition(globpos)
84 , m_gangedPixel(
false)
90 std::ostringstream
out;
99 const std::string
lf(
"\n");
108 stream <<
"and is a ganged pixel. " <<
lf;
110 stream <<
"and is not a ganged pixel. " <<
lf;
115 stream <<
"Base Class (PrepRawData): " <<
lf;