@@ -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