Skip to content

Commit 5d5bdac

Browse files
committed
dummy
1 parent 68a4e2e commit 5d5bdac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGLF/Tasks/Strangeness/nonPromptCascade.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ struct NonPromptCascadeTask {
349349
mHistPointer4 = std::get<std::shared_ptr<TH2>>(mRegistry.add(histName.c_str(), histName.c_str(), HistType::kTH2F, {centAxisZoom, nTracksAxis}));
350350
mRuns.insert(mRunNumber);
351351
}
352-
// std::cout << coll.selection_bit(aod::evsel::kNoSameBunchPileup) << std::endl;
353352
mHistPointer1->Fill(coll.centFT0M(), coll.multFT0M());
354353
mHistPointer2->Fill(coll.centFT0M(), coll.multFT0M());
355354
mHistPointer3->Fill(coll.centFT0M(), coll.multNTracksGlobal());

0 commit comments

Comments
 (0)