We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bcbb8 commit d3aa1e2Copy full SHA for d3aa1e2
Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h
@@ -76,7 +76,6 @@ struct LayerTiming {
76
// return which ROF this BC belongs to
77
GPUhi() BCType getROF(BCType bc) const noexcept
78
{
79
- BCType rof = (bc - mROFDelay - mROFBias) / mROFLength;
80
const BCType offset = mROFDelay + mROFBias;
81
if (bc <= offset) {
82
return 0;
0 commit comments