Skip to content

Commit 1742057

Browse files
authored
Merge pull request #3 from alibuild/alibot-cleanup-14908
Please consider the following formatting changes to #14908
2 parents a4d858e + 398ccd8 commit 1742057

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ o2::framework::DataProcessorSpec getFV0DigitizerSpec(int channel, bool mctruth)
183183
inputs.emplace_back("collisioncontext", "SIM", "COLLISIONCONTEXT", static_cast<SubSpecificationType>(channel), Lifetime::Timeframe);
184184
return DataProcessorSpec{
185185
"FV0Digitizer",
186-
inputs,
187-
outputs,
188-
189-
AlgorithmSpec{adaptFromTask<FV0DPLDigitizerTask>()},
190-
Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}},
191-
{"disable-qed", o2::framework::VariantType::Bool, false, {"disable QED handling"}},
192-
{"disable-dead-channel-map", o2::framework::VariantType::Bool, false, {"Don't mask dead channels"}}}};
193-
// Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}}}};
186+
inputs,
187+
outputs,
188+
189+
AlgorithmSpec{adaptFromTask<FV0DPLDigitizerTask>()},
190+
Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}},
191+
{"disable-qed", o2::framework::VariantType::Bool, false, {"disable QED handling"}},
192+
{"disable-dead-channel-map", o2::framework::VariantType::Bool, false, {"Don't mask dead channels"}}}};
193+
// Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}}}};
194194
}
195195

196196
} // end namespace fv0

0 commit comments

Comments
 (0)