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;
9#pragma link C++ class Belle2::SVDCoolingPipesPar+;
10#pragma link C++ class Belle2::SVDEndringsPar+;
12#pragma link C++ class Belle2::SVDSupportRibsPar+;
13#pragma link C++ class Belle2::SVDSupportBoxPar+;
14#pragma link C++ class Belle2::SVDSupportTabPar+;
15#pragma link C++ class Belle2::SVDEndmountPar+;
17#pragma link C++ class Belle2::SVDEndringsPar+;
18#pragma link C++ class Belle2::SVDEndringsTypePar+;
20#pragma link C++ class Belle2::SVDSensorInfoPar+;
21#pragma link C++ class Belle2::SVDGeometryPar+;
23#pragma link C++ class Belle2::SVDLocalRunBadStrips+;
25#pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsVector<float>>+;
26#pragma link C++ class Belle2::SVDCalibrationsVector<float> +;
28#pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsScalar<float>>+;
29#pragma link C++ class Belle2::SVDCalibrationsScalar<float> +;
31#pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsVector<Belle2::SVDStripCalAmp>>+;
32#pragma link C++ class Belle2::SVDCalibrationsVector<Belle2::SVDStripCalAmp> +;
33#pragma link C++ struct Belle2::SVDStripCalAmp +;
35#pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsScalar<Belle2::SVDChargeSimCal>>+;
36#pragma link C++ class Belle2::SVDCalibrationsScalar<Belle2::SVDChargeSimCal> +;
37#pragma link C++ struct Belle2::SVDChargeSimCal +;
39#pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsBitmap> +;
40#pragma link C++ class Belle2::SVDCalibrationsBitmap +;
42#pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsScalar< Belle2::SVDCoGCalibrationFunction >> +;
43#pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDCoGCalibrationFunction> +;
44#pragma link C++ class Belle2::SVDCoGCalibrationFunction +;
46#pragma link C++ struct Belle2::SVDStripCalAmp +;
48#pragma link C++ class Belle2::SVDCalibrationsBase< Belle2::SVDCalibrationsScalar< Belle2::SVDPosErrScaleFactors>> +;
49#pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDPosErrScaleFactors> +;
50#pragma link C++ struct Belle2::SVDPosErrScaleFactors +;
52#pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsScalar< Belle2::SVDPositionErrorFunction >> +;
53#pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDPositionErrorFunction> +;
54#pragma link C++ class Belle2::SVDPositionErrorFunction +;
56#pragma link C++ class Belle2::SVDCalibrationsBase<Belle2::SVDCalibrationsScalar< Belle2::SVDMCFudgeFactorFunction >> +;
57#pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDMCFudgeFactorFunction> +;
58#pragma link C++ class Belle2::SVDMCFudgeFactorFunction +;
60#pragma link C++ class Belle2::SVDCalibrationsBase< Belle2::SVDCalibrationsScalar< Belle2::SVDClusterCuts>> +;
61#pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDClusterCuts> +;
62#pragma link C++ struct Belle2::SVDClusterCuts +;
64#pragma link C++ class Belle2::SVDCalibrationsBase< Belle2::SVDCalibrationsScalar< Belle2::SVDHitTimeSelectionFunction>> +;
65#pragma link C++ class Belle2::SVDCalibrationsScalar< Belle2::SVDHitTimeSelectionFunction> +;
66#pragma link C++ class Belle2::SVDHitTimeSelectionFunction +;
68#pragma link C++ class Belle2::SVDLocalConfigParameters +;
69#pragma link C++ class Belle2::SVDGlobalConfigParameters +;
71#pragma link C++ class Belle2::SVDRecoConfiguration +;
72#pragma link C++ class Belle2::SVDClusterTimeShifter +;
74#pragma link C++ class Belle2::SVDTimeGroupingParameters +;
75#pragma link C++ class Belle2::SVDTimeGroupingConfiguration +;
77#pragma link C++ class Belle2::SVDSpacePointSNRFractionSelector +;
79#pragma link C++ class Belle2::SVDdEdxPDFs+;
81#pragma link C++ class Belle2::SVDDQMPlotsConfiguration +;
93 sourceClass="Belle2::SVDGlobalConfigParameters"\
96 targetClass="Belle2::SVDGlobalConfigParameters"\
98 code="{ m_hv = 50;}" \
106 sourceClass="Belle2::SVDGlobalConfigParameters"\
109 targetClass="Belle2::SVDGlobalConfigParameters"\
110 target="m_relativeTimeShift" \
111 code="{ m_relativeTimeShift = 0;}" \
119 sourceClass="Belle2::SVDGlobalConfigParameters"\
122 targetClass="Belle2::SVDGlobalConfigParameters"\
123 target="m_nrFrames" \
124 code="{ m_nrFrames = 6;}" \
132 sourceClass="Belle2::SVDClusterCuts"\
135 targetClass="Belle2::SVDClusterCuts"\
136 target="UnfoldingCoeff" \
137 code="{ UnfoldingCoeff = 0;}" \
143 sourceClass="Belle2::SVDRecoConfiguration"\
146 targetClass="Belle2::SVDRecoConfiguration"\
147 target="m_useSVDSpacePointSNRFractionFor6Samples" \
148 code="{ m_useSVDSpacePointSNRFractionFor6Samples = false;}" \
153 sourceClass="Belle2::SVDRecoConfiguration"\
156 targetClass="Belle2::SVDRecoConfiguration"\
157 target="m_useSVDSpacePointSNRFractionFor3Samples" \
158 code="{ m_useSVDSpacePointSNRFractionFor3Samples = false;}" \