diff --git a/PWGLF/Tasks/Nuspex/AntimatterAbsorptionHMPID.cxx b/PWGLF/Tasks/Nuspex/AntimatterAbsorptionHMPID.cxx index 28fc1364fc0..372d7a83c3f 100644 --- a/PWGLF/Tasks/Nuspex/AntimatterAbsorptionHMPID.cxx +++ b/PWGLF/Tasks/Nuspex/AntimatterAbsorptionHMPID.cxx @@ -29,7 +29,6 @@ #include "ReconstructionDataFormats/PID.h" #include "ReconstructionDataFormats/TrackParametrization.h" #include "ReconstructionDataFormats/DCA.h" -#include "PWGLF/DataModel/LFParticleIdentification.h" using namespace o2; using namespace o2::framework; @@ -271,16 +270,13 @@ struct AntimatterAbsorptionHMPID { } // Info for TPC PID - using PidInfoTPC = soa::Join; + using PidInfoTPC = soa::Join; // Info for TOF PID using PidInfoTOF = soa::Join; // Full Tracks @@ -295,11 +291,14 @@ struct AntimatterAbsorptionHMPID { if (!event.sel8()) return; + // Event Counter + registryQC.fill(HIST("number_of_events_data"), 1.5); + if (abs(event.posZ()) > 10.0) return; // Event Counter - registryQC.fill(HIST("number_of_events_data"), 1.5); + registryQC.fill(HIST("number_of_events_data"), 2.5); for (const auto& hmpid : hmpids) {