From 275199972e9a9c07d9cdd830c8c7eb898c93391d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 13 Nov 2025 21:20:35 +0000 Subject: [PATCH] Please consider the following formatting changes --- Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx b/Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx index 51620b4b89f..4737680c727 100644 --- a/Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx +++ b/Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx @@ -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