Skip to content

Commit 6dc2bd0

Browse files
committed
FIT: Fixed typo in FV0DigitizerSpec.cxx
1 parent 28848c3 commit 6dc2bd0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,14 @@ o2::framework::DataProcessorSpec getFV0DigitizerSpec(int channel, bool mctruth)
184184
return DataProcessorSpec{
185185
"FV0Digitizer",
186186
Inputs{InputSpec{"collisioncontext", "SIM", "COLLISIONCONTEXT", static_cast<SubSpecificationType>(channel), Lifetime::Timeframe}},
187-
187+
inputs,
188188
outputs,
189189

190190
AlgorithmSpec{adaptFromTask<FV0DPLDigitizerTask>()},
191191
Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}},
192192
{"disable-qed", o2::framework::VariantType::Bool, false, {"disable QED handling"}},
193-
{"disable-dead-channel-map", o2::framework::VariantType::Bool, false, {"Don't mask dead channels"}}};
193+
{"disable-dead-channel-map", o2::framework::VariantType::Bool, false, {"Don't mask dead channels"}}}};
194194
// Options{{"pileup", VariantType::Int, 1, {"whether to run in continuous time mode"}}}};
195-
}
196195
}
197196

198197
} // end namespace fv0

0 commit comments

Comments
 (0)