Belle II Software
development
linkdef.h
1
#ifdef __CINT__
2
3
#pragma link off all globals;
4
#pragma link off all classes;
5
#pragma link off all functions;
6
#pragma link C++ nestedclasses;
7
8
#pragma link C++ class Belle2::CsiSimHit+;
// checksum=0xdc211959, version=2
9
#pragma link C++ class Belle2::CsiDigiHit+;
// checksum=0x5418ac9e, version=1
10
#pragma link C++ class Belle2::CsiHit+;
// checksum=0xb4d424f0, version=3
11
#pragma link C++ class Belle2::CsiHit_v2+;
// checksum=0x3dface73, version=2
12
13
#pragma read \
14
sourceClass="Belle2::CsiHit_v2" \
15
source="TVector3 m_Momentum" \
16
version="[1]" \
17
targetClass="Belle2::CsiHit_v2" \
18
target="m_Momentum" \
19
include="TVector3.h" \
20
code="{ m_Momentum.SetXYZ(onfile.m_Momentum.X(), onfile.m_Momentum.Y(), onfile.m_Momentum.Z()); }" \
21
22
#pragma read \
23
sourceClass="Belle2::CsiHit_v2" \
24
source="TVector3 m_Position" \
25
version="[1]" \
26
targetClass="Belle2::CsiHit_v2" \
27
target="m_Position" \
28
include="TVector3.h" \
29
code="{ m_Position.SetXYZ(onfile.m_Position.X(), onfile.m_Position.Y(), onfile.m_Position.Z()); }" \
30
31
#pragma read \
32
sourceClass="Belle2::CsiSimHit" \
33
source="TVector3 m_Momentum" \
34
version="[1]" \
35
targetClass="Belle2::CsiSimHit" \
36
target="m_Momentum" \
37
include="TVector3.h" \
38
code="{ m_Momentum.SetXYZ(onfile.m_Momentum.X(), onfile.m_Momentum.Y(), onfile.m_Momentum.Z()); }" \
39
40
#pragma read \
41
sourceClass="Belle2::CsiSimHit" \
42
source="TVector3 m_Position" \
43
version="[1]" \
44
targetClass="Belle2::CsiSimHit" \
45
target="m_Position" \
46
include="TVector3.h" \
47
code="{ m_Position.SetXYZ(onfile.m_Position.X(), onfile.m_Position.Y(), onfile.m_Position.Z()); }" \
48
49
#endif
beast
csi
dataobjects
include
linkdef.h
Generated on Mon Sep 1 2025 02:52:40 for Belle II Software by
1.13.2