Skip to content

Commit 9cd0684

Browse files
committed
[xic0xicp] task workflow fixed
1 parent fa621c0 commit 9cd0684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskXic0XicpToHadronic.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ struct HfTaskXic0XicpToHadronic {
367367
auto ptCandXic0 = candidate.pt();
368368
int flagMatchRecXic0 = std::abs(candidate.flagMcMatchRec());
369369

370-
if (TESTBIT(flagMatchRecXic0, hf_cand_xic0_xicp_to_hadronic::DecayType::Xic0ToXiPi)) { // process signal
370+
if (TESTBIT(flagMatchRecXic0, hf_cand_xic0_xicp_to_hadronic::DecayTypeXic0::Xic0ToXiPi)) { // process signal
371371
auto idxMother = RecoDecay::getMother(mcParticles, candidate.template pi_as<aod::TracksWMc>().template mcParticle_as<soa::Join<aod::McParticles, aod::HfCandXic0McGen>>(), o2::constants::physics::Pdg::kXiC0, true);
372372
auto particleMother = mcParticles.rawIteratorAt(idxMother);
373373

@@ -447,7 +447,7 @@ struct HfTaskXic0XicpToHadronic {
447447
// MC gen
448448
for (const auto& particle : mcParticles) {
449449

450-
if (TESTBIT(std::abs(particle.flagMcMatchGen()), hf_cand_xic0_xicp_to_hadronic::DecayType::Xic0ToXiPi)) {
450+
if (TESTBIT(std::abs(particle.flagMcMatchGen()), hf_cand_xic0_xicp_to_hadronic::DecayTypeXic0::Xic0ToXiPi)) {
451451
arrDaughIdx.clear();
452452

453453
auto ptParticle = particle.pt();

0 commit comments

Comments
 (0)