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 +;
89 sourceClass="Belle2::SVDGlobalConfigParameters"\
92 targetClass="Belle2::SVDGlobalConfigParameters"\
94 code="{ m_hv = 50;}" \
102 sourceClass="Belle2::SVDGlobalConfigParameters"\
105 targetClass="Belle2::SVDGlobalConfigParameters"\
106 target="m_relativeTimeShift" \
107 code="{ m_relativeTimeShift = 0;}" \
115 sourceClass="Belle2::SVDGlobalConfigParameters"\
118 targetClass="Belle2::SVDGlobalConfigParameters"\
119 target="m_nrFrames" \
120 code="{ m_nrFrames = 6;}" \
128 sourceClass="Belle2::SVDClusterCuts"\
131 targetClass="Belle2::SVDClusterCuts"\
132 target="UnfoldingCoeff" \
133 code="{ UnfoldingCoeff = 0;}" \
139 sourceClass="Belle2::SVDRecoConfiguration"\
142 targetClass="Belle2::SVDRecoConfiguration"\
143 target="m_useSVDSpacePointSNRFractionFor6Samples" \
144 code="{ m_useSVDSpacePointSNRFractionFor6Samples = false;}" \
149 sourceClass="Belle2::SVDRecoConfiguration"\
152 targetClass="Belle2::SVDRecoConfiguration"\
153 target="m_useSVDSpacePointSNRFractionFor3Samples" \
154 code="{ m_useSVDSpacePointSNRFractionFor3Samples = false;}" \