We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aaf956 commit fbae5b7Copy full SHA for fbae5b7
1 file changed
Common/Core/TrackSelectorPID.h
@@ -472,11 +472,11 @@ class TrackSelectorPidBase
472
template <typename T>
473
bool isElectronAndNotPion(const T& track, bool useTof = true, bool useRich = true)
474
{
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};
+ constexpr float NSigmaInvalid{-1000.f};
+ constexpr float PTofRichTElectronMin{0.4f};
+ constexpr float PTofRichTElectronMax{0.6f};
+ constexpr float PRichPionBandMin{1.0f};
+ constexpr float PRichPionBandMax{2.0f};
480
481
bool isSelTof = false;
482
bool isSelRich = false;
0 commit comments