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 61fc67d commit 2f04a88Copy full SHA for 2f04a88
Common/Tasks/zdcTableReader.cxx
@@ -216,7 +216,7 @@ struct ZDCLIAnalysis {
216
else if (!triggetTVX)
217
istriggerTVX = true;
218
219
- if (zvtxSel && ottoSel && isdoOccupancySel && isnoSameBunchPileupCut && isGoodZvtxFT0vsPVsel && isnoCollInTimeRangeStandard && isnoTimeFrameBorder && isnoITSROFFrameBorder && isGoodITSLayersAllsel) {
+ if (zvtxSel && ottoSel && istriggerTVX && isdoOccupancySel && isnoSameBunchPileupCut && isGoodZvtxFT0vsPVsel && isnoCollInTimeRangeStandard && isnoTimeFrameBorder && isnoITSROFFrameBorder && isGoodITSLayersAllsel) {
220
if (enCalibZNA > 0.) {
221
zna *= enCalibZNA;
222
znaADC *= enCalibZNA;
0 commit comments