We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930407a commit 28848c3Copy full SHA for 28848c3
Steer/DigitizerWorkflow/src/FV0DigitizerSpec.cxx
@@ -81,7 +81,7 @@ class FV0DPLDigitizerTask : public o2::base::BaseDPLDigitizer
81
82
if (mUseDeadChannelMap && mUpdateDeadChannelMap) {
83
auto deadChannelMap = pc.inputs().get<o2::fit::DeadChannelMap*>("fv0deadchannelmap");
84
- mDigitizer.setDeadChannelMap(deadChannelMap);
+ mDigitizer.setDeadChannelMap(deadChannelMap.get());
85
}
86
87
mDigitizer.setTimeStamp(context->getGRP().getTimeStart());
0 commit comments