Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 21, 2023
1 parent d04a8b7 commit a7304d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Detectors/TRD/simulation/src/TrapSimulator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1586,8 +1586,8 @@ void TrapSimulator::fitTracklet()
yoffs += (int)mTrapConfig->getDmemUnsigned(mgkDmemAddrYcorr, mDetector, mRobPos, mMcmPos);
} else {
yoffs = 0;
//TODO this is not available in a trapconfigevent, TODO, awaiting changes to firmware.
//TODO yoffs += (int)mTrapConfig->getTrapReg(TrapRegisters::kYCORR, mDetector, mRobPos, mMcmPos);
// TODO this is not available in a trapconfigevent, TODO, awaiting changes to firmware.
// TODO yoffs += (int)mTrapConfig->getTrapReg(TrapRegisters::kYCORR, mDetector, mRobPos, mMcmPos);
}
}

Expand Down

0 comments on commit a7304d8

Please sign in to comment.