Skip to content

Commit 2751999

Browse files
committed
Please consider the following formatting changes
1 parent 6d90508 commit 2751999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ struct PIDFeatureExtractor {
5050
// ============================================================================
5151
// KINEMATIC VARIABLES - Track momentum and position information
5252
// ============================================================================
53-
int eventId; /// Unique identifier for each collision event
54-
int trackId; /// Track index within the event
53+
int eventId; /// Unique identifier for each collision event
54+
int trackId; /// Track index within the event
5555

5656
// Momentum components (in GeV/c)
5757
float px, py, pz; /// Cartesian momentum components

0 commit comments

Comments
 (0)