We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bfdbe commit c178903Copy full SHA for c178903
1 file changed
Detectors/Upgrades/ITS3/simulation/src/Digitizer.cxx
@@ -90,7 +90,7 @@ void Digitizer::init()
90
} else {
91
LOGP(fatal, "ResponseFunction '{}' not implemented!", func);
92
}
93
- mSimRespIBShift = mSimRespIB->getDepthMax() - constants::silicon::thickness / 2.f;
+ mSimRespIBShift = mSimRespIB->getDepthMax() - constants::silicon::thickness / 2.f - mSimRespIB -> getRespCentreDep();
94
mSimRespOBShift = mSimRespOB->getDepthMax() - SegmentationOB::SensorLayerThickness / 2.f;
95
96
0 commit comments