We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d90508 commit 2751999Copy full SHA for 2751999
Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx
@@ -50,8 +50,8 @@ struct PIDFeatureExtractor {
50
// ============================================================================
51
// KINEMATIC VARIABLES - Track momentum and position information
52
53
- int eventId; /// Unique identifier for each collision event
54
- int trackId; /// Track index within the event
+ int eventId; /// Unique identifier for each collision event
+ int trackId; /// Track index within the event
55
56
// Momentum components (in GeV/c)
57
float px, py, pz; /// Cartesian momentum components
0 commit comments