Skip to content

Commit e62520b

Browse files
committed
Please consider the following formatting changes
1 parent 1c9775c commit e62520b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx

Lines changed: 4 additions & 3 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
@@ -430,4 +430,5 @@ struct PIDFeatureExtractor {
430430
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
431431
{
432432
return WorkflowSpec{adaptAnalysisTask<PIDFeatureExtractor>(cfgc)};
433-
}
433+
}
434+

0 commit comments

Comments
 (0)