From f5b6c7de9d73fd8d5d52a16d461cec6f86b3ded4 Mon Sep 17 00:00:00 2001 From: Raphaelle Bailhache Date: Fri, 18 Sep 2026 10:18:29 +0200 Subject: [PATCH] Add the possibility to check ITS-TPC matching --- PWGEM/Dilepton/Core/DielectronCut.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PWGEM/Dilepton/Core/DielectronCut.h b/PWGEM/Dilepton/Core/DielectronCut.h index 8ac890a6783..1251f22af3e 100644 --- a/PWGEM/Dilepton/Core/DielectronCut.h +++ b/PWGEM/Dilepton/Core/DielectronCut.h @@ -177,10 +177,6 @@ class DielectronCut : public TNamed template bool IsSelectedTrack(TTrack const& track) const { - if (!track.hasITS() || !track.hasTPC()) { - return false; - } - if (!dont_require_pteta) { if (!IsSelectedTrack(track, DielectronCuts::kTrackPtRange)) { return false;