File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments