From 4c946e99905408aef8cdee2ed223e871b5283f72 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 29 May 2026 12:11:47 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/Dilepton/Core/Dilepton.h | 1 - 1 file changed, 1 deletion(-) diff --git a/PWGEM/Dilepton/Core/Dilepton.h b/PWGEM/Dilepton/Core/Dilepton.h index 9b320282d4b..e5aa7fbfe02 100644 --- a/PWGEM/Dilepton/Core/Dilepton.h +++ b/PWGEM/Dilepton/Core/Dilepton.h @@ -1302,7 +1302,6 @@ struct Dilepton { ifnode((dielectroncuts.cfg_prefilter_bits.node() & static_cast(1 << int(o2::aod::pwgem::dilepton::utils::pairutil::DileptonPrefilterBit::kElFromPi0_140MeV))) > static_cast(0), (o2::aod::emprimaryelectron::pfb & static_cast(1 << int(o2::aod::pwgem::dilepton::utils::pairutil::DileptonPrefilterBit::kElFromPi0_140MeV))) <= static_cast(0), true), o2::aod::emprimaryelectron::pfb >= static_cast(0)); - // o2::framework::Partition positive_electrons = o2::aod::emprimaryelectron::sign > int8_t(0); // o2::framework::Partition negative_electrons = o2::aod::emprimaryelectron::sign < int8_t(0); using TElectronType = std::tuple_element_t<0, std::tuple>;