Skip to content

Commit ab324f8

Browse files
committed
Please consider the following formatting changes
1 parent 973417c commit ab324f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

PWGLF/DataModel/LFStrangenessPIDTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ DECLARE_SOA_TABLE_VERSIONED(DauTrackTOFPIDs_002, "AOD", "DAUTRACKTOFPID", 2, //
180180
dautrack::TOFExpTimeEl<dautrack::Length, dautrack::TOFExpMom>,
181181
dautrack::TOFExpTimePi<dautrack::Length, dautrack::TOFExpMom>,
182182
dautrack::TOFExpTimeKa<dautrack::Length, dautrack::TOFExpMom>,
183-
dautrack::TOFExpTimePr<dautrack::Length, dautrack::TOFExpMom>);
183+
dautrack::TOFExpTimePr<dautrack::Length, dautrack::TOFExpMom>);
184184

185185
using DauTrackTOFPIDs = DauTrackTOFPIDs_002; // second gen: with collision Id, with TOFExpMom
186186

PWGLF/TableProducer/Strangeness/Converters/stradautrackstofpidconverter3.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ struct stradautrackstofpidconverter3 {
2727
// create new TOFPIDs
2828
for (const auto& dauTrack : dauTracks) {
2929
dautracktofpids(
30-
-1,
31-
-1,
32-
dauTrack.tofSignal(),
33-
dauTrack.tofEvTime(),
30+
-1,
31+
-1,
32+
dauTrack.tofSignal(),
33+
dauTrack.tofEvTime(),
3434
999.0f, /*dummy event time error for TOF*/
35-
dauTrack.length(),
35+
dauTrack.length(),
3636
0.0f);
3737
}
3838
}

0 commit comments

Comments
 (0)