File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 {
430430WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
431431{
432432 return WorkflowSpec{adaptAnalysisTask<PIDFeatureExtractor>(cfgc)};
433- }
433+ }
434+
You can’t perform that action at this time.
0 commit comments