We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff5fb5 commit 8423ae6Copy full SHA for 8423ae6
PWGHF/D2H/TableProducer/candidateSelectorLbToLcPiReduced.cxx
@@ -182,7 +182,7 @@ struct HfCandidateSelectorLbToLcPiReduced {
182
}
183
184
// track-level PID selection
185
- auto trackPi = hfCandLb.template prong1Track_as<TracksPion>();
+ auto trackPi = hfCandLb.template prong1_as<TracksPion>();
186
if (pionPidMethod == PidMethod::TpcOrTof || pionPidMethod == PidMethod::TpcAndTof) {
187
int pidTrackPi{TrackSelectorPID::Status::NotApplicable};
188
if (pionPidMethod == PidMethod::TpcOrTof) {
0 commit comments