Skip to content
Snippets Groups Projects
Commit 94a2b0df authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'constexpr.NewVrtSecInclusiveTool-20200716' into 'master'

NewVrtSecInclusiveTool; Fix use of statics.

See merge request atlas/athena!34829
parents cf651777 dd9e892c
No related branches found
No related tags found
No related merge requests found
...@@ -191,8 +191,8 @@ namespace Rec { ...@@ -191,8 +191,8 @@ namespace Rec {
struct DevTuple struct DevTuple
{ {
static const int maxNTrk=100; static constexpr int maxNTrk=100;
static const int maxNVrt=100; static constexpr int maxNVrt=100;
int nTrk; int nTrk;
float pttrk[maxNTrk]; float pttrk[maxNTrk];
float Sig3D[maxNTrk]; float Sig3D[maxNTrk];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment