From 62a1491ee36596db2a626c078d2a3becc1005f4d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 13 Nov 2024 09:16:39 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/TableProducer/PID/pidITS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/PID/pidITS.cxx b/Common/TableProducer/PID/pidITS.cxx index 704cbe332a3..c78d0afc6fa 100644 --- a/Common/TableProducer/PID/pidITS.cxx +++ b/Common/TableProducer/PID/pidITS.cxx @@ -39,7 +39,7 @@ using namespace o2::framework::expressions; using namespace o2::track; /// Task to produce the ITS PID information for each particle species -/// The parametrization is: [p0/(bg)**p1 + p2] * pow(q, p3), being bg = p/m and q the charge +/// The parametrization is: [p0/(bg)**p1 + p2] * pow(q, p3), being bg = p/m and q the charge struct itsPid { Configurable bb1{"bb1", 0.f, "Bethe Bloch parameter 1"};