Skip to content

Commit e440f48

Browse files
committed
TPC Workflow: Fix option name in help text and comment
1 parent b03fd5c commit e440f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Detectors/TPC/workflow/src/RecoWorkflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ framework::WorkflowSpec getWorkflow(CompletionPolicyData* policyData, std::vecto
553553
//
554554
// a writer process for compressed clusters container
555555
//
556-
// selected by output type 'compressed-clusters'
556+
// selected by output type 'compressed-clusters-root'
557557
if (produceCompClustersRoot && !isEnabled(OutputType::DisableWriter)) {
558558
// defining the track writer process using the generic RootTreeWriter and generator tool
559559
//

Detectors/TPC/workflow/src/tpc-reco-workflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void customize(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
5757
using namespace o2::framework;
5858

5959
std::vector<ConfigParamSpec> options{
60-
{"input-type", VariantType::String, "digits", {"digitizer, digits, zsraw, clustershw, clusters, compressed-clusters-root, compressed-clusters-ctf, compressed-clusters-flat-for-encode, pass-through"}},
60+
{"input-type", VariantType::String, "digits", {"digitizer, digits, zsraw, clustershw, clusters, compressed-clusters-root, compressed-clusters-flat, compressed-clusters-flat-for-encode, pass-through"}},
6161
{"output-type", VariantType::String, "tracks", {"digits, zsraw, clustershw, clusters, tracks, compressed-clusters-root, compressed-clusters-flat, encoded-clusters, disable-writer, send-clusters-per-sector, qa, no-shared-cluster-map, tpc-triggers"}},
6262
{"disable-root-input", o2::framework::VariantType::Bool, false, {"disable root-files input reader"}},
6363
{"no-ca-clusterer", VariantType::Bool, false, {"Use HardwareClusterer instead of clusterer of GPUCATracking"}},

0 commit comments

Comments
 (0)