We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2115ef8 commit 4e87fe0Copy full SHA for 4e87fe0
Detectors/Upgrades/ITS3/alignment/src/AlignmentSpec.cxx
@@ -263,6 +263,7 @@ void AlignmentSpec::process()
263
Eigen::Vector2d res, prec;
264
res << frame.positionTrackingFrame[0] - wTrk.getY(), frame.positionTrackingFrame[1] - wTrk.getZ();
265
266
+ // here we can apply some misalignment on the measurment
267
if (constants::detID::getSensorID(frame.sens) == 2) {
268
res[0] += 0.01;
269
}
0 commit comments