We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8aebf commit 28cbcc8Copy full SHA for 28cbcc8
Common/Tools/EventSelectionModule.h
@@ -1378,7 +1378,6 @@ class EventSelectionModule
1378
if (vCanHaveAssocCollsWithinLastDriftTime[colIndex] && colIndexFirstRejectedByTFborderCut >= 0) {
1379
int64_t foundGlobalBC = vFoundGlobalBC[colIndex];
1380
int64_t tfId = (foundGlobalBC - bcSOR) / nBCsPerTF;
1381
- int bcInTF = (foundGlobalBC - bcSOR) % nBCsPerTF;
1382
std::map<int64_t, int32_t>::iterator it = mapGlobalBcWithTVX.find(vFoundGlobalBC[colIndexFirstRejectedByTFborderCut]);
1383
while (it != mapGlobalBcWithTVX.end()) {
1384
int64_t thisFoundGlobalBC = it->first;
0 commit comments