Skip to content

Commit ad0f7f3

Browse files
committed
Debug change
1 parent f4115e6 commit ad0f7f3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 = -1.0f;
51+
const float kNoTOFValue = -1000.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 = -1.0f;
174+
const float kNoTOFValue = -1000.0f;
175175
const float kEpsilon = 1e-4;
176176

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

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,6 @@ struct strangenesstofpid {
10201020
float lengthNegative = findInterceptLength(negTrack, d_bz); // FIXME: tofPosition ok? adjust?
10211021
float lengthBachelor = findInterceptLength(bachTrack, d_bz); // FIXME: tofPosition ok? adjust?
10221022

1023-
10241023
if(lengthPositive > 0){
10251024
posFlightPi_Method0 = lengthPositive / velocityPositivePi;
10261025
posFlightPr_Method0 = lengthPositive / velocityPositivePr;

0 commit comments

Comments
 (0)