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.
2 parents 6d90508 + 2751999 commit c798229Copy full SHA for c798229
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