Skip to content

Commit 51cee7b

Browse files
fix a typo
1 parent 8c68ba2 commit 51cee7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmHadPiReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ struct HfDataCreatorCharmHadPiReduced {
171171
double invMass2ChHadPiMin{0.};
172172
double invMass2ChHadPiMax{0.};
173173
double bz{0.};
174-
constexpr std::size_t NDaughtersDs{2u};
174+
static constexpr std::size_t NDaughtersDs{2u};
175175
bool isHfCandBhadConfigFilled = false;
176176

177177
// Fitter to redo D-vertex to get extrapolated daughter tracks (2/3-prong vertex filter)

0 commit comments

Comments
 (0)