Skip to content

Commit 038f971

Browse files
authored
Please consider the following formatting changes (#451)
1 parent 450ddce commit 038f971

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Common/TableProducer/PID/pidTPCModule.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ class pidTPCModule
544544

545545
// faster counting
546546
for (const auto& track : tracks) {
547-
if(track.hasTPC()){
548-
if(track.collisionId()>-1){
547+
if (track.hasTPC()) {
548+
if (track.collisionId() > -1) {
549549
pidmults[track.collisionId()]++;
550550
}
551551
totalTPCtracks++;
@@ -726,7 +726,7 @@ class pidTPCModule
726726
}
727727

728728
int multTPCtoUse = 1;
729-
if(trk.has_collision()){
729+
if (trk.has_collision()) {
730730
multTPCtoUse = pidmults[trk.collisionId()];
731731
}
732732
auto makePidTablesDefault = [&trk, &tpcSignalToEvaluatePID, &cols, &multTPCtoUse, &network_prediction, &count_tracks, &tracksForNet_size, this](const int flagFull, auto& tableFull, const int flagTiny, auto& tableTiny, const o2::track::PID::ID pid) {

0 commit comments

Comments
 (0)