14 m_frontFace(front), m_rearFace(back),
15 m_signedLength(m_rearFace-m_frontFace),
16 m_absLength(std::fabs(m_signedLength)),
17 m_pos( beamAxis.
x(), beamAxis.
y(), front+0.5*m_signedLength),
18 m_label(
"Spacer"), m_side(
side){
22 m_frontFace(
p->rearFace()), m_rearFace(
c->frontFace()), m_signedLength(m_rearFace-m_frontFace),
23 m_absLength(std::fabs(m_signedLength)),
24 m_pos(
p->position() ),
25 m_label(
"Spacer"), m_side(
c->
side()){
48 particle.setBeamCoordinateShift(
this);
53 particle.position() += TransLength*particle.direction();
60 return this->
track(particle);
65 std::ostringstream
ost;
66 ost <<
" \n\n-- EmptySpaceElement --\n"