File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments