We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d3684 commit 89a11dcCopy full SHA for 89a11dc
DPG/Tasks/TPC/tpcSkimsTableCreator.cxx
@@ -76,7 +76,7 @@ struct TreeWriterTpcV0 {
76
constexpr static o2::track::PID::ID PidProton{o2::track::PID::Proton};
77
78
// an arbitrary value of N sigma TOF assigned by TOF task to tracks which are not matched to TOF hits
79
- constexpr static float NSigmaTofUnmatched{999.f};
+ constexpr static float NSigmaTofUnmatched{-999.f};
80
81
constexpr static float FloatEqualityTolerance{1.e-3f};
82
0 commit comments