From 398ccd8e04e46a1be1809585d54aced8ea293bc1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 10 Dec 2025 14:40:00 +0000 Subject: [PATCH] Please consider the following formatting changes --- Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx b/Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx index 82f0e3074934c..8197b1be1847b 100644 --- a/Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx +++ b/Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx @@ -183,14 +183,14 @@ o2::framework::DataProcessorSpec getFV0DigitizerSpec(int channel, bool mctruth) inputs.emplace_back("collisioncontext", "SIM", "COLLISIONCONTEXT", static_cast(channel), Lifetime::Timeframe); return DataProcessorSpec{ "FV0Digitizer", - inputs, - outputs, - - AlgorithmSpec{adaptFromTask()}, - Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}}, - {"disable-qed", o2::framework::VariantType::Bool, false, {"disable QED handling"}}, - {"disable-dead-channel-map", o2::framework::VariantType::Bool, false, {"Don't mask dead channels"}}}}; - // Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}}}}; + inputs, + outputs, + + AlgorithmSpec{adaptFromTask()}, + Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}}, + {"disable-qed", o2::framework::VariantType::Bool, false, {"disable QED handling"}}, + {"disable-dead-channel-map", o2::framework::VariantType::Bool, false, {"Don't mask dead channels"}}}}; + // Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}}}}; } } // end namespace fv0