Skip to content

Commit 4d9dc9c

Browse files
authored
Please consider the following formatting changes (#485)
1 parent 0a959e9 commit 4d9dc9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,12 +1361,12 @@ struct strangenesstofpid {
13611361
void processDerivedData(soa::Join<aod::StraCollisions, aod::StraStamps, aod::StraEvTimes> const& collisions, V0DerivedDatas const& V0s, CascDerivedDatas const& cascades, dauTracks const& dauTrackTable, aod::DauTrackTOFPIDs const& dauTrackTOFPIDs)
13621362
{
13631363
bool isNewTOFFormat = true; // can only happen for new format
1364-
1364+
13651365
// auto-determine if using old format
13661366
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.");

0 commit comments

Comments
 (0)