Skip to content

Commit 2f04a88

Browse files
committed
Fixing x unused variable
1 parent 61fc67d commit 2f04a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tasks/zdcTableReader.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ struct ZDCLIAnalysis {
216216
else if (!triggetTVX)
217217
istriggerTVX = true;
218218

219-
if (zvtxSel && ottoSel && isdoOccupancySel && isnoSameBunchPileupCut && isGoodZvtxFT0vsPVsel && isnoCollInTimeRangeStandard && isnoTimeFrameBorder && isnoITSROFFrameBorder && isGoodITSLayersAllsel) {
219+
if (zvtxSel && ottoSel && istriggerTVX && isdoOccupancySel && isnoSameBunchPileupCut && isGoodZvtxFT0vsPVsel && isnoCollInTimeRangeStandard && isnoTimeFrameBorder && isnoITSROFFrameBorder && isGoodITSLayersAllsel) {
220220
if (enCalibZNA > 0.) {
221221
zna *= enCalibZNA;
222222
znaADC *= enCalibZNA;

0 commit comments

Comments
 (0)