We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a4e2e commit 5d5bdacCopy full SHA for 5d5bdac
1 file changed
PWGLF/Tasks/Strangeness/nonPromptCascade.cxx
@@ -349,7 +349,6 @@ struct NonPromptCascadeTask {
349
mHistPointer4 = std::get<std::shared_ptr<TH2>>(mRegistry.add(histName.c_str(), histName.c_str(), HistType::kTH2F, {centAxisZoom, nTracksAxis}));
350
mRuns.insert(mRunNumber);
351
}
352
- // std::cout << coll.selection_bit(aod::evsel::kNoSameBunchPileup) << std::endl;
353
mHistPointer1->Fill(coll.centFT0M(), coll.multFT0M());
354
mHistPointer2->Fill(coll.centFT0M(), coll.multFT0M());
355
mHistPointer3->Fill(coll.centFT0M(), coll.multNTracksGlobal());
0 commit comments