diff --git a/PWGLF/Tasks/Nuspex/pccQa.cxx b/PWGLF/Tasks/Nuspex/pccQa.cxx index 5b182c1a573..9a7f1d9d1b7 100644 --- a/PWGLF/Tasks/Nuspex/pccQa.cxx +++ b/PWGLF/Tasks/Nuspex/pccQa.cxx @@ -101,7 +101,8 @@ void PccQa::processMC(CollisionTableMCTrue::iterator const&, TrackTableMC const& template void PccQa::processMeas(const C& collision, const T& tracks) { - if ((std::abs(collision.posZ()) > MaxVtxZ) || !collision.sel8()) return; + if ((std::abs(collision.posZ()) > MaxVtxZ) || !collision.sel8()) + return; histos.fill(HIST("eventCounter"), 1); for (const auto& track : tracks) {