Belle II Software  release-06-00-14
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 #pragma link C++ nestedtypedef;
8 
9 #pragma link C++ class Belle2::SVDCoolingPipesPar+; // checksum=0x38b12745, version=5
10 #pragma link C++ class Belle2::SVDEndringsPar+; // checksum=0xafc773ec, version=5
11 
12 #pragma link C++ class Belle2::SVDSupportRibsPar+; // checksum=0xac03bec5, version=5
13 #pragma link C++ class Belle2::SVDSupportBoxPar+; // checksum=0x54f42d6e, implicit, version=5
14 #pragma link C++ class Belle2::SVDSupportTabPar+; // checksum=0x5b59e6f, implicit, version=5
15 #pragma link C++ class Belle2::SVDEndmountPar+; // checksum=0xa22920d8, implicit, version=5
16 
17 #pragma link C++ class Belle2::SVDEndringsPar+; // checksum=0xafc773ec, version=5
18 #pragma link C++ class Belle2::SVDEndringsTypePar+; // checksum=0x44c02c58, implicit, version=5
19 
20 #pragma link C++ class Belle2::SVDSensorInfoPar+; // checksum=0x751fabfb, version=7
21 #pragma link C++ class Belle2::SVDGeometryPar+; // checksum=0x2241adfe, version=5
22 
23 #pragma link C++ class Belle2::SVDLocalRunBadStrips+; // checksum=0x1914065, version=1
24 
25 #pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsVector<float>>+; // checksum=0x80db1433, version=2
26 #pragma link C++ class Belle2::SVDCalibrationsVector<float> +; // checksum=0x5cfaf009, version=-1
27 
28 #pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsVector<Belle2::SVDStripCalAmp>>+; // checksum=0x8a2533e1, version=2
29 #pragma link C++ class Belle2::SVDCalibrationsVector<Belle2::SVDStripCalAmp> +; // checksum=0xfff37002, version=-1
30 #pragma link C++ struct Belle2::SVDStripCalAmp +;
31 
32 #pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsScalar<Belle2::SVDChargeSimCal>>+; // checksum=0x98e032e5, version=2
33 #pragma link C++ class Belle2::SVDCalibrationsScalar<Belle2::SVDChargeSimCal> +; // checksum=0x8b93e80, version=-1
34 #pragma link C++ struct Belle2::SVDChargeSimCal +;
35 
36 #pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsBitmap> +; // checksum=0x34de8474, version=2
37 #pragma link C++ class Belle2::SVDCalibrationsBitmap +; // checksum=0xf2ee9bed, version=-1
38 
39 #pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsScalar< Belle2::SVDCoGCalibrationFunction >> +; // checksum=0xaa3ea535, version=2
40 #pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDCoGCalibrationFunction> +; // checksum=0x4c4e6ba4, version=-1
41 #pragma link C++ class Belle2::SVDCoGCalibrationFunction +; // checksum=0xb36585eb, version=6
42 
43 #pragma link C++ struct Belle2::SVDStripCalAmp +;
44 
45 #pragma link C++ class Belle2::SVDCalibrationsBase< Belle2::SVDCalibrationsScalar< Belle2::SVDPosErrScaleFactors>> +; // checksum=0x15aff4f5, version=2
46 #pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDPosErrScaleFactors> +; // checksum=0x4599fb4c, version=-1
47 #pragma link C++ struct Belle2::SVDPosErrScaleFactors +;
48 
49 #pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsScalar< Belle2::SVDPositionErrorFunction >> +; // checksum=0xa9702b4f, version=2
50 #pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDPositionErrorFunction> +; // checksum=0xa7c28262, version=-1
51 #pragma link C++ class Belle2::SVDPositionErrorFunction +; // checksum=0x8ef416ec, version=2
52 
53 #pragma link C++ class Belle2::SVDCalibrationsBase< Belle2::SVDCalibrationsScalar< Belle2::SVDClusterCuts>> +; // checksum=0x49d91267, version=2
54 #pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDClusterCuts> +; // checksum=0x2f2a326, version=-1
55 #pragma link C++ struct Belle2::SVDClusterCuts +;
56 
57 #pragma link C++ class Belle2::SVDCalibrationsBase< Belle2::SVDCalibrationsScalar< Belle2::SVDHitTimeSelectionFunction>> +; // checksum=0xd473b9ef, version=2
58 #pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDHitTimeSelectionFunction> +; // checksum=0xfe6bb093, version=-1
59 #pragma link C++ class Belle2::SVDHitTimeSelectionFunction +; // checksum=0x996882b0, version=3
60 
61 #pragma link C++ class Belle2::SVDLocalConfigParameters +; // checksum=0x56a63232, version=1
62 #pragma link C++ class Belle2::SVDGlobalConfigParameters +; // , checksum=0x1694a3c, version=3
63 
64 #pragma link C++ class Belle2::SVDRecoConfiguration +; // checksum=0x5da73de6, version=1
65 
66 #endif
67 
68 
69 // ----------------------------------------------------------------------------
70 // SVDGlobalConfigParameters
71 // As of version 2, a new data member is added
72 // classDef = 1 -> classDef = 2
73 // x -> float m_hv
74 // when classDef = 1 m_hv = 50
75 #pragma read \
76  sourceClass="Belle2::SVDGlobalConfigParameters"\
77  source=""\
78  version="[-1]" \
79  targetClass="Belle2::SVDGlobalConfigParameters"\
80  target="m_hv" \
81  code="{ m_hv = 50;}" \
82 
83 // SVDGlobalConfigParameters
84 // As of version 3, a new data member is added
85 // classDef = 2 -> classDef = 3
86 // x -> float m_relativeTimeShift
87 // when classDef = 1,2 m_relativeTimeShift = 0
88 #pragma read \
89  sourceClass="Belle2::SVDGlobalConfigParameters"\
90  source=""\
91  version="[-2]" \
92  targetClass="Belle2::SVDGlobalConfigParameters"\
93  target="m_relativeTimeShift" \
94  code="{ m_relativeTimeShift = 0;}" \
95 
96 // SVDGlobalConfigParameters
97 // As of version 3, a new data member is added
98 // classDef = 2 -> classDef = 3
99 // x -> int m_nrFrames
100 // when classDef = 1,2 m_nrFrames = 6
101 #pragma read \
102  sourceClass="Belle2::SVDGlobalConfigParameters"\
103  source=""\
104  version="[-2]" \
105  targetClass="Belle2::SVDGlobalConfigParameters"\
106  target="m_nrFrames" \
107  code="{ m_nrFrames = 6;}" \