Skip to content

Commit e465827

Browse files
committed
Please consider the following formatting changes
1 parent f92a5a7 commit e465827

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,8 +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"}}
3261-
ConfigParamSpec{"nthreads", VariantType::Int, std::max(1, int(std::thread::hardware_concurrency() / 2)), {"Number of threads"}},
3260+
ConfigParamSpec{"created-by", VariantType::String, "", {"Who created this AO2D"}} ConfigParamSpec{"nthreads", VariantType::Int, std::max(1, int(std::thread::hardware_concurrency() / 2)), {"Number of threads"}},
32623261
ConfigParamSpec{"reco-mctracks-only", VariantType::Int, 0, {"Store only reconstructed MC tracks and their mothers/daughters. 0 -- off, != 0 -- on"}},
32633262
ConfigParamSpec{"ctpreadout-create", VariantType::Int, 0, {"Create CTP digits from detector readout and CTP inputs. !=1 -- off, 1 -- on"}},
32643263
ConfigParamSpec{"emc-select-leading", VariantType::Bool, false, {"Flag to select if only the leading contributing particle for an EMCal cell should be stored"}},

0 commit comments

Comments
 (0)