From 544b494e521ee7b8170c0b235940651a9807b21a Mon Sep 17 00:00:00 2001 From: ALICE Builder Date: Mon, 27 Jan 2025 20:18:01 +0100 Subject: [PATCH] Please consider the following formatting changes to #9558 (#9559) --- DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx b/DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx index 916dca2dae5..c575e02c4fc 100644 --- a/DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx +++ b/DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx @@ -141,8 +141,8 @@ struct itsPidQa { HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject}; Configurable> enabledParticle{"enabledParticle", - {defaultParameters[0], 9, nParameters, tableNames, parameterNames}, - "Produce QA for this species: 0 - no, 1 - yes"}; + {defaultParameters[0], 9, nParameters, tableNames, parameterNames}, + "Produce QA for this species: 0 - no, 1 - yes"}; Configurable> tofSelection{"tofSelection", {defaultPIDSelection[0], 9, nParameters, tableNames, parameterNames}, "Selection on the TOF nsigma"};