From 7b51b8c3d6a5195a162a803047369ca626f50382 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 18 Jul 2025 11:00:07 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/PID/pidTPC.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/PID/pidTPC.cxx b/Common/TableProducer/PID/pidTPC.cxx index 7e717cd6603..07f6cf24087 100644 --- a/Common/TableProducer/PID/pidTPC.cxx +++ b/Common/TableProducer/PID/pidTPC.cxx @@ -357,7 +357,7 @@ struct tpcPid { if (networkInputBatchedMode.value <= 0) { track_prop_size = size; // If the networkInputBatchedMode is not set, we use all tracks at once } - track_properties.resize(track_prop_size * input_dimensions); // If the networkInputBatchedMode is set, we use the number of tracks specified in the config + track_properties.resize(track_prop_size * input_dimensions); // If the networkInputBatchedMode is set, we use the number of tracks specified in the config std::vector network_prediction(prediction_size * numSpecies); // For each mass hypotheses // Filling a std::vector to be evaluated by the network