Skip to content

Commit a5f7ca2

Browse files
authored
[PWGHF] Fix type of DstarToPiKPiBkg in data model (#10180)
1 parent f1f2ba5 commit a5f7ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/DataModel/CandidateReconstructionTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ enum DecayType { DplusToPiKPi = 0,
949949
XicToPKPi,
950950
N3ProngDecays }; // always keep N3ProngDecays at the end
951951

952-
static const int DstarToPiKPiBkg = DecayType::N3ProngDecays;
952+
static constexpr int DstarToPiKPiBkg = DecayType::N3ProngDecays;
953953

954954
// Ds± → K± K∓ π± or D± → K± K∓ π±
955955

0 commit comments

Comments
 (0)