File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments