Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PWGUD/Tasks/flowCumulantsUpc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1039,12 +1039,12 @@ struct FlowCumulantsUpc {
if (withinPtPOI && withinPtRef) {
fGFWMC->Fill(eta, fPtAxis->FindBin(pt) - 1, phi, wacc * weff, 4);
}
LOG(info) << "successfully filled" << std::endl;
// LOG(info) << "successfully filled" << std::endl;
}
registry.fill(HIST("hTrackCorrection2dMC"), mcParticles.size(), nTracksCorrected);
// Filling Flow Container
for (uint l_ind = 0; l_ind < corrconfigsmc.size(); l_ind++) {
LOG(info) << "filling flow container for MC" << std::endl;
// LOG(info) << "filling flow container for MC" << std::endl;
fillFCMC(corrconfigsmc.at(l_ind), independent, lRandomMc);
}
}
Expand Down
Loading