Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ struct PIDFeatureExtractor {
// ============================================================================
// KINEMATIC VARIABLES - Track momentum and position information
// ============================================================================
int eventId; /// Unique identifier for each collision event
int trackId; /// Track index within the event
int eventId; /// Unique identifier for each collision event
int trackId; /// Track index within the event

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