From d85ef479ff568bac8d25c5971776d880c0ff93ee Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 2 May 2025 05:24:33 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/TableProducer/OTF/onTheFlyRICHPID.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ALICE3/TableProducer/OTF/onTheFlyRICHPID.cxx b/ALICE3/TableProducer/OTF/onTheFlyRICHPID.cxx index 524d8e3e490..56c37e238f1 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyRICHPID.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyRICHPID.cxx @@ -308,11 +308,11 @@ struct OnTheFlyRichPid { gap_thickness[i] = (det_centers[i] - rad_centers[i]).Mag() - bRichRadiatorThickness / 2.0; } // DEBUG - //std::cout << std::endl << std::endl; - //for (int i = 0; i < number_of_sectors_in_z; i++) { + // std::cout << std::endl << std::endl; + // for (int i = 0; i < number_of_sectors_in_z; i++) { // std::cout << "Sector " << i << ": Gap = " << gap_thickness[i] << " cm, Index aerogel = " << aerogel_rindex[i] << ", Gap thickness = " << gap_thickness[i] << " cm" << std::endl; //} - //std::cout << std::endl << std::endl; + // std::cout << std::endl << std::endl; } void init(o2::framework::InitContext& /*initContext*/)