Skip to content

Commit 30568da

Browse files
committed
Testing
1 parent 5a565c8 commit 30568da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ struct strangenesstofpid {
687687
// method to calculate the time and length via Propagator TrackLTIntegral
688688
float timeKaon; // will go unused
689689
if(pTra.hasTOF()){ // calculate if signal at all present, otherwise skip
690+
posTrack.setPID(o2::track::PID::Proton); // force test
690691
calculateTOF(posTrack, timePositivePi, timeKaon, timePositivePr);
691692
}
692693
if(nTra.hasTOF()){ // calculate if signal at all present, otherwise skip

0 commit comments

Comments
 (0)