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+;
91 sourceClass="Belle2::SVDGlobalConfigParameters"\
94 targetClass="Belle2::SVDGlobalConfigParameters"\
96 code="{ m_hv = 50;}" \
104 sourceClass="Belle2::SVDGlobalConfigParameters"\
107 targetClass="Belle2::SVDGlobalConfigParameters"\
108 target="m_relativeTimeShift" \
109 code="{ m_relativeTimeShift = 0;}" \
117 sourceClass="Belle2::SVDGlobalConfigParameters"\
120 targetClass="Belle2::SVDGlobalConfigParameters"\
121 target="m_nrFrames" \
122 code="{ m_nrFrames = 6;}" \
130 sourceClass="Belle2::SVDClusterCuts"\
133 targetClass="Belle2::SVDClusterCuts"\
134 target="UnfoldingCoeff" \
135 code="{ UnfoldingCoeff = 0;}" \
141 sourceClass="Belle2::SVDRecoConfiguration"\
144 targetClass="Belle2::SVDRecoConfiguration"\
145 target="m_useSVDSpacePointSNRFractionFor6Samples" \
146 code="{ m_useSVDSpacePointSNRFractionFor6Samples = false;}" \
151 sourceClass="Belle2::SVDRecoConfiguration"\
154 targetClass="Belle2::SVDRecoConfiguration"\
155 target="m_useSVDSpacePointSNRFractionFor3Samples" \
156 code="{ m_useSVDSpacePointSNRFractionFor3Samples = false;}" \