Skip to content

Commit 4e87fe0

Browse files
committed
align
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 2115ef8 commit 4e87fe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Detectors/Upgrades/ITS3/alignment/src/AlignmentSpec.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ void AlignmentSpec::process()
263263
Eigen::Vector2d res, prec;
264264
res << frame.positionTrackingFrame[0] - wTrk.getY(), frame.positionTrackingFrame[1] - wTrk.getZ();
265265

266+
// here we can apply some misalignment on the measurment
266267
if (constants::detID::getSensorID(frame.sens) == 2) {
267268
res[0] += 0.01;
268269
}

0 commit comments

Comments
 (0)