File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1363,10 +1363,10 @@ struct strangenesstofpid {
13631363 bool isNewTOFFormat = true ; // can only happen for new format
13641364
13651365 // auto-determine if using old format
1366- if (dauTrackTOFPIDs.size () != 0 )
1366+ if (dauTrackTOFPIDs.size () != 0 ) {
13671367 auto firstTOFPID = dauTrackTOFPIDs.rawIteratorAt (0 );
1368- isNewTOFFormat = firstTOFPID.straCollisionId () < 0 ? false : true ;
1369- }
1368+ isNewTOFFormat = firstTOFPID.straCollisionId () < 0 ? false : true ;
1369+ }
13701370
13711371 if (!isNewTOFFormat && calculationMethod.value > 0 ) {
13721372 LOGF (fatal, " Using the old derived data format with the new calculation method is not viable due to lack of needed info! Crashing." );
You can’t perform that action at this time.
0 commit comments