3#pragma link off all globals;
4#pragma link off all classes;
5#pragma link off all functions;
6#pragma link C++ nestedclasses;
8#pragma link C++ class Belle2::BeamabortSimHit+;
9#pragma link C++ class Belle2::BeamabortHit+;
12 sourceClass="Belle2::BeamabortSimHit" \
13 source="TVector3 m_Momentum" \
15 targetClass="Belle2::BeamabortSimHit" \
17 include="TVector3.h" \
18 code="{ m_Momentum.SetXYZ(onfile.m_Momentum.X(), onfile.m_Momentum.Y(), onfile.m_Momentum.Z()); }" \
21 sourceClass="Belle2::BeamabortSimHit" \
22 source="TVector3 m_Position" \
24 targetClass="Belle2::BeamabortSimHit" \
26 include="TVector3.h" \
27 code="{ m_Position.SetXYZ(onfile.m_Position.X(), onfile.m_Position.Y(), onfile.m_Position.Z()); }" \