Skip to content

Commit 37a88a2

Browse files
author
Mattia Faggin
committed
Fix.
1 parent ae551a9 commit 37a88a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ struct HfCandidateCreatorSigmac0plusplus {
279279
if (!softPiCuts.IsSelected(trackSoftPi)) {
280280
return;
281281
}
282-
std::array<float, 2> softPiDca = {-999f, -999f};
282+
std::array<float, 2> softPiDca = {-999.f, -999.f};
283283
if constexpr (withTimeAssoc) {
284284
/// dcaXY, dcaZ selections
285285
/// To be done separately from the others, because for reassigned tracks the dca must be recalculated

0 commit comments

Comments
 (0)