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"};