Skip to content

Commit f4115e6

Browse files
committed
Change kNoTOFValue for debugging
1 parent 18652a4 commit f4115e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/DataModel/LFStrangenessPIDTables.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DECLARE_SOA_TABLE(DauTrackTOFPIDs, "AOD", "DAUTRACKTOFPID", // raw table (for po
4848
namespace v0data
4949
{
5050
// define constants for NSigma operation
51-
const float kNoTOFValue = -1e+6;
51+
const float kNoTOFValue = -1.0f;
5252
const float kEpsilon = 1e-4;
5353

5454
// ==== TOF INFORMATION ===
@@ -171,7 +171,7 @@ DECLARE_SOA_TABLE(V0TOFNSigmas, "AOD", "V0TOFNSIGMA", // processed NSigma table
171171
namespace cascdata
172172
{
173173
// define constants for NSigma operation
174-
const float kNoTOFValue = -1e+6;
174+
const float kNoTOFValue = -1.0f;
175175
const float kEpsilon = 1e-4;
176176

177177
// lengths as stored in the AO2D for TOF calculations

0 commit comments

Comments
 (0)