Skip to content

Commit 8423ae6

Browse files
Update candidateSelectorLbToLcPiReduced.cxx
1 parent eff5fb5 commit 8423ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/TableProducer/candidateSelectorLbToLcPiReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ struct HfCandidateSelectorLbToLcPiReduced {
182182
}
183183

184184
// track-level PID selection
185-
auto trackPi = hfCandLb.template prong1Track_as<TracksPion>();
185+
auto trackPi = hfCandLb.template prong1_as<TracksPion>();
186186
if (pionPidMethod == PidMethod::TpcOrTof || pionPidMethod == PidMethod::TpcAndTof) {
187187
int pidTrackPi{TrackSelectorPID::Status::NotApplicable};
188188
if (pionPidMethod == PidMethod::TpcOrTof) {

0 commit comments

Comments
 (0)