Skip to content

Commit f6a3910

Browse files
committed
Please consider the following formatting changes
1 parent 840d489 commit f6a3910

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Common/Tools/PID/pidTPCModule.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,9 @@ class pidTPCModule
595595
track_properties[counter_track_props + 7] = hadronicRateBegin / 50.;
596596
}
597597
}
598-
track_properties[counter_track_props + 8] = std::fmod(std::fmod(trk.phi(), 2*M_PI) + 2*M_PI, M_PI/9.0);
598+
track_properties[counter_track_props + 8] = std::fmod(std::fmod(trk.phi(), 2 * M_PI) + 2 * M_PI, M_PI / 9.0);
599599
}
600600

601-
602601
counter_track_props += input_dimensions;
603602
}
604603

0 commit comments

Comments
 (0)