Skip to content

Commit 780a1cb

Browse files
authored
Update AODProducerWorkflowSpec.cxx
1 parent f92a5a7 commit 780a1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3257,7 +3257,7 @@ DataProcessorSpec getAODProducerWorkflowSpec(GID::mask_t src, bool enableSV, boo
32573257
ConfigParamSpec{"anchor-pass", VariantType::String, "", {"AnchorPassName"}},
32583258
ConfigParamSpec{"anchor-prod", VariantType::String, "", {"AnchorProduction"}},
32593259
ConfigParamSpec{"reco-pass", VariantType::String, "", {"RecoPassName"}},
3260-
ConfigParamSpec{"created-by", VariantType::String, "", {"Who created this AO2D"}}
3260+
ConfigParamSpec{"created-by", VariantType::String, "", {"Who created this AO2D"}},
32613261
ConfigParamSpec{"nthreads", VariantType::Int, std::max(1, int(std::thread::hardware_concurrency() / 2)), {"Number of threads"}},
32623262
ConfigParamSpec{"reco-mctracks-only", VariantType::Int, 0, {"Store only reconstructed MC tracks and their mothers/daughters. 0 -- off, != 0 -- on"}},
32633263
ConfigParamSpec{"ctpreadout-create", VariantType::Int, 0, {"Create CTP digits from detector readout and CTP inputs. !=1 -- off, 1 -- on"}},

0 commit comments

Comments
 (0)