Skip to content

Commit 89a11dc

Browse files
committed
NSigmaTofUnmatched: 999 -> -999
1 parent a5d3684 commit 89a11dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/TPC/tpcSkimsTableCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct TreeWriterTpcV0 {
7676
constexpr static o2::track::PID::ID PidProton{o2::track::PID::Proton};
7777

7878
// 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};
79+
constexpr static float NSigmaTofUnmatched{-999.f};
8080

8181
constexpr static float FloatEqualityTolerance{1.e-3f};
8282

0 commit comments

Comments
 (0)