From 3dbc91278a5c93a2a28385244ec22e88d62a87a7 Mon Sep 17 00:00:00 2001 From: Alberto Caliva Date: Sun, 21 Apr 2024 08:08:13 +0200 Subject: [PATCH] removed LF PID + added switch to p at prim vertex --- PWGLF/Tasks/Nuspex/AntimatterAbsorptionHMPID.cxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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) {