Skip to content

Commit abad8eb

Browse files
committed
fix
1 parent a2ebb82 commit abad8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventFiltering/PWGHF/HFFilterHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,7 @@ inline bool HfFilterHelper::isSelectedKaon4Charm3ProngOrBeautyToJPsi(const T& tr
19521952
/// Basic selection of proton candidates forLc and ThetaC decays
19531953
/// \param track is a track
19541954
/// \return true if track passes all cuts
1955-
template <bool is4ThetaC = false, typename T>
1955+
template <bool is4ThetaC, typename T>
19561956
inline bool HfFilterHelper::isSelectedProtonFromLcResoOrThetaC(const T& track)
19571957
{
19581958

0 commit comments

Comments
 (0)