Skip to content

Commit f8b89b0

Browse files
authored
Merge pull request #101 from alibuild/alibot-cleanup-16449
Please consider the following formatting changes to #16449
2 parents a09fa00 + 4c946e9 commit f8b89b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PWGEM/Dilepton/Core/Dilepton.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,6 @@ struct Dilepton {
13021302
ifnode((dielectroncuts.cfg_prefilter_bits.node() & static_cast<uint16_t>(1 << int(o2::aod::pwgem::dilepton::utils::pairutil::DileptonPrefilterBit::kElFromPi0_140MeV))) > static_cast<uint16_t>(0), (o2::aod::emprimaryelectron::pfb & static_cast<uint8_t>(1 << int(o2::aod::pwgem::dilepton::utils::pairutil::DileptonPrefilterBit::kElFromPi0_140MeV))) <= static_cast<uint8_t>(0), true),
13031303
o2::aod::emprimaryelectron::pfb >= static_cast<uint8_t>(0));
13041304

1305-
13061305
// o2::framework::Partition<FilteredMyElectrons> positive_electrons = o2::aod::emprimaryelectron::sign > int8_t(0);
13071306
// o2::framework::Partition<FilteredMyElectrons> negative_electrons = o2::aod::emprimaryelectron::sign < int8_t(0);
13081307
using TElectronType = std::tuple_element_t<0, std::tuple<Types...>>;

0 commit comments

Comments
 (0)