Skip to content

Commit c3f4bac

Browse files
committed
removed an unused variable
1 parent 1756576 commit c3f4bac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,13 +1690,13 @@ struct sigma0builder {
16901690
return false;
16911691
histos.fill(HIST("K0ShortSel/hSelectionStatistics"), 6.);
16921692
// MC Processing (if available)
1693-
if constexpr (requires { kshort.motherMCPartId(); }) {
1694-
if (kshort.has_v0MCCore()) {
1695-
auto kshortMC = kshort.template v0MCCore_as<soa::Join<aod::V0MCCores, aod::V0MCCollRefs>>();
1696-
// if (kshortMC.pdgCode() == 310) // Is K0Short
1697-
// histos.fill(HIST("MC/h2dPtVsCentrality_MCAssocKShort"), centrality, kshort.pt());
1698-
}
1699-
}
1693+
// if constexpr (requires { kshort.motherMCPartId(); }) {
1694+
// if (kshort.has_v0MCCore()) {
1695+
// auto kshortMC = kshort.template v0MCCore_as<soa::Join<aod::V0MCCores, aod::V0MCCollRefs>>();
1696+
// // if (kshortMC.pdgCode() == 310) // Is K0Short
1697+
// // histos.fill(HIST("MC/h2dPtVsCentrality_MCAssocKShort"), centrality, kshort.pt());
1698+
// }
1699+
// }
17001700

17011701
return true;
17021702
}

0 commit comments

Comments
 (0)