Skip to content
Snippets Groups Projects
Commit a0546f90 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Rich Decoder : Load DAQ derived conditions as private instances

parent 82fc9d4f
No related branches found
No related tags found
2 merge requests!3702merge counter decoder into Louis' original branch,!3421Natively read dd4hep RICH decoding/encoding conditions
Pipeline #3617573 passed
......@@ -129,8 +129,8 @@ namespace Rich::Future {
LHCb::RawEventLocation::Default} )},
// conditions input
KeyValue{"RichPDInfo", Detector::PDInfo::DefaultConditionKey},
KeyValue{"Tel40CableMapping", Tel40CableMapping::DefaultConditionKey},
KeyValue{"PDMDBDecodeMapping", PDMDBDecodeMapping::DefaultConditionKey}},
KeyValue{"Tel40CableMapping", Tel40CableMapping::DefaultConditionKey + "-" + name},
KeyValue{"PDMDBDecodeMapping", PDMDBDecodeMapping::DefaultConditionKey + "-" + name}},
// output data
{KeyValue{"DecodedDataLocation", DecodedDataLocation::Default}} ) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment