Skip to content

Commit a4d858e

Browse files
committed
FIT: change inputs to FV0 digitizer
1 parent 6dc2bd0 commit a4d858e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,9 @@ o2::framework::DataProcessorSpec getFV0DigitizerSpec(int channel, bool mctruth)
180180

181181
std::vector<InputSpec> inputs;
182182
inputs.emplace_back("fv0deadchannelmap", "FV0", "DeadChannelMap", 0, Lifetime::Condition, ccdbParamSpec("FV0/Calib/DeadChannelMap"));
183-
183+
inputs.emplace_back("collisioncontext", "SIM", "COLLISIONCONTEXT", static_cast<SubSpecificationType>(channel), Lifetime::Timeframe);
184184
return DataProcessorSpec{
185185
"FV0Digitizer",
186-
Inputs{InputSpec{"collisioncontext", "SIM", "COLLISIONCONTEXT", static_cast<SubSpecificationType>(channel), Lifetime::Timeframe}},
187186
inputs,
188187
outputs,
189188

0 commit comments

Comments
 (0)