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 b4a395c commit 3949922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Detectors/TRD/calibration/src/CalibratorConfigEvents.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void CalibratorConfigEvents::init()
LOGP(info, "Could not find a halfchamberstatusqc for this time, searching for a known time");
// TODO ...
}
// setMaskedHalfChambers(halfChamberStatus->getBitSet());
// setMaskedHalfChambers(halfChamberStatus->getBitSet());
}

void CalibratorConfigEvents::process(const gsl::span<MCMEvent>& MCMEvents)
Expand Down
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 3949922

Please sign in to comment.