Skip to content

Commit 6ad3f43

Browse files
authored
Change kInvalidCentrality to static constexpr
1 parent f82e32e commit 6ad3f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/lambda1520analysisinpp.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ struct Lambda1520analysisinpp {
494494

495495
float massKa = MassKaonCharged;
496496
float massPr = MassProton;
497-
constexpr float kInvalidCentrality = -999.0f;
497+
static constexpr float kInvalidCentrality = -999.0f;
498498

499499
// Centralicity estimator selection
500500
template <typename Coll>

0 commit comments

Comments
 (0)