We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e827389 commit 2ec4bdeCopy full SHA for 2ec4bde
1 file changed
PWGJE/TableProducer/secondaryVertexReconstruction.cxx
@@ -101,8 +101,8 @@ struct SecondaryVertexReconstruction {
101
int runNumber{0};
102
float toMicrometers = 10000.; // from cm to µm
103
double bz{0.};
104
- constexpr int TwoProngCount = 2;
105
- constexpr int ThreeProngCount = 3;
+ static constexpr int TwoProngCount = 2;
+ static constexpr int ThreeProngCount = 3;
106
107
void init(InitContext const&)
108
{
0 commit comments