Skip to content

Commit fbae5b7

Browse files
remove static
1 parent 9aaf956 commit fbae5b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Common/Core/TrackSelectorPID.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,11 +472,11 @@ class TrackSelectorPidBase
472472
template <typename T>
473473
bool isElectronAndNotPion(const T& track, bool useTof = true, bool useRich = true)
474474
{
475-
static constexpr float NSigmaInvalid{-1000.f};
476-
static constexpr float PTofRichTElectronMin{0.4f};
477-
static constexpr float PTofRichTElectronMax{0.6f};
478-
static constexpr float PRichPionBandMin{1.0f};
479-
static constexpr float PRichPionBandMax{2.0f};
475+
constexpr float NSigmaInvalid{-1000.f};
476+
constexpr float PTofRichTElectronMin{0.4f};
477+
constexpr float PTofRichTElectronMax{0.6f};
478+
constexpr float PRichPionBandMin{1.0f};
479+
constexpr float PRichPionBandMax{2.0f};
480480

481481
bool isSelTof = false;
482482
bool isSelRich = false;

0 commit comments

Comments
 (0)