19 m_x(0.0),m_y(0.0),m_z(0.0),m_t(0.0)
26 : m_word((deposits.
size()<<29 & 0xe0000000) | (simDataWord & 0x1fffffff)),
27 m_deposits (deposits),
28 m_x(0.0),m_y(0.0),m_z(0.0),m_t(0.0)
34 : m_word((deposits.
size()<<29 & 0xe0000000) | (simDataWord & 0x1fffffff)),
35 m_deposits (std::move(deposits)),
36 m_x(0.0),m_y(0.0),m_z(0.0),m_t(0.0)