Skip to content

Commit 3ab0e65

Browse files
dstoccodavidrohr
authored andcommitted
Correctly pass arguments to function
1 parent 1b707d3 commit 3ab0e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/MUON/MID/Workflow/src/RawDecoderSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ of::DataProcessorSpec getRawDecoderSpec(bool isDebugMode, const FEEIdConfig& fee
105105
{
106106
std::vector<of::InputSpec> inputSpecs{{"mid_raw", of::ConcreteDataTypeMatcher{header::gDataOriginMID, header::gDataDescriptionRawData}, of::Lifetime::Timeframe}};
107107
header::DataHeader::SubSpecificationType subSpec{0};
108-
return getRawDecoderSpec(isDebugMode, FEEIdConfig(), CrateMasks(), ElectronicsDelay(), inputSpecs, subSpec);
108+
return getRawDecoderSpec(isDebugMode, feeIdConfig, crateMasks, electronicsDelay, inputSpecs, subSpec);
109109
}
110110

111111
of::DataProcessorSpec getRawDecoderSpec(bool isDebugMode, const FEEIdConfig& feeIdConfig, const CrateMasks& crateMasks, const ElectronicsDelay& electronicsDelay, header::DataHeader::SubSpecificationType subSpec)

0 commit comments

Comments
 (0)