Skip to content

Commit 00f6b54

Browse files
author
Sawan Sawan
committed
fixed bug
1 parent db23fca commit 00f6b54

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

PWGLF/Tasks/Resonances/higherMassResonances.cxx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -440,28 +440,28 @@ struct HigherMassResonances {
440440

441441
// if (config.isGoodZvtxFT0vsPV && !collision.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV))
442442
// return false;
443-
if (fillHist)
444-
// rEventSelection.fill(HIST("hEventCut"), 10);
443+
// if (fillHist)
444+
// rEventSelection.fill(HIST("hEventCut"), 10);
445445

446-
// if (config.isINELgt0 && !collision.isInelGt0()) {
447-
// return false;
448-
// }
449-
// if (fillHist)
450-
// rEventSelection.fill(HIST("hEventCut"), 11);
446+
// if (config.isINELgt0 && !collision.isInelGt0()) {
447+
// return false;
448+
// }
449+
// if (fillHist)
450+
// rEventSelection.fill(HIST("hEventCut"), 11);
451451

452-
// if (config.isVertexITSTPC && !collision.selection_bit(o2::aod::evsel::kIsVertexITSTPC)) {
453-
// return false;
454-
// }
455-
// if (fillHist)
456-
// rEventSelection.fill(HIST("hEventCut"), 12);
452+
// if (config.isVertexITSTPC && !collision.selection_bit(o2::aod::evsel::kIsVertexITSTPC)) {
453+
// return false;
454+
// }
455+
// if (fillHist)
456+
// rEventSelection.fill(HIST("hEventCut"), 12);
457457

458-
// if (config.isVertexTOFMatched && !collision.selection_bit(aod::evsel::kIsVertexTOFmatched)) {
459-
// return false;
460-
// }
461-
// if (fillHist)
462-
// rEventSelection.fill(HIST("hEventCut"), 13);
458+
// if (config.isVertexTOFMatched && !collision.selection_bit(aod::evsel::kIsVertexTOFmatched)) {
459+
// return false;
460+
// }
461+
// if (fillHist)
462+
// rEventSelection.fill(HIST("hEventCut"), 13);
463463

464-
return true;
464+
return true;
465465
}
466466

467467
template <typename Collision, typename V0>

0 commit comments

Comments
 (0)