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::IRSimHit+;
17 sourceClass="Belle2::IRSimHit" source="TVector3 m_posIn" version="[-1]"\
18 targetClass="Belle2::IRSimHit" target="m_posIn" \
19 include="TVector3.h" \
21 m_posIn.SetXYZ(onfile.m_posIn.X(), onfile.m_posIn.Y(), onfile.m_posIn.Z()); \
24 sourceClass="Belle2::IRSimHit" source="TVector3 m_momIn" version="[-1]"\
25 targetClass="Belle2::IRSimHit" target="m_momIn" \
26 include="TVector3.h" \
28 m_momIn.SetXYZ(onfile.m_momIn.X(), onfile.m_momIn.Y(), onfile.m_momIn.Z()); \
31 sourceClass="Belle2::IRSimHit" source="TVector3 m_posOut" version="[-1]"\
32 targetClass="Belle2::IRSimHit" target="m_posOut" \
33 include="TVector3.h" \
35 m_posOut.SetXYZ(onfile.m_posOut.X(), onfile.m_posOut.Y(), onfile.m_posOut.Z()); \
38 sourceClass="Belle2::IRSimHit" source="TVector3 m_momOut" version="[-1]"\
39 targetClass="Belle2::IRSimHit" target="m_momOut" \
40 include="TVector3.h" \
42 m_momOut.SetXYZ(onfile.m_momOut.X(), onfile.m_momOut.Y(), onfile.m_momOut.Z()); \