Skip to content

Commit

Permalink
Please consider the following formatting changes to #9558 (#9559)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Jan 27, 2025
1 parent cca7f38 commit 544b494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ struct itsPidQa {

HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject};
Configurable<LabeledArray<int>> 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<LabeledArray<float>> tofSelection{"tofSelection",
{defaultPIDSelection[0], 9, nParameters, tableNames, parameterNames},
"Selection on the TOF nsigma"};
Expand Down

0 comments on commit 544b494

Please sign in to comment.