10 #include "CoralBase/AttributeListSpecification.h"
51 if(!attrSpecification || !attrSpecification->size())
return nullptr;
53 auto attrListCollection = make_unique<CondAttrListCollection>(
true);
72 attrListCollection->add(
item.channelId(), attrList);
74 return static_cast<DataObject*
>(attrListCollection.release());
82 if(
it ==
std::end(condAttrListCollectionMap))
return;
84 auto attrListCollection =
it->second;
85 for(
const auto&
item : *attrListCollection) {
87 const auto& attrList =
item.second;
105 addPprChanExtra(
L1CaloPprChanExtra(
chanNum, errorCode, pedCorrEnable, sat80BcidThreshHigh, sat80BcidThreshLow, threshNumSamplesPeak, threshNumSamplesSat, satOverride1, satOverride2, satOverride3, lutCpPar5, lutCpPar6, lutCpPar7, lutJepPar5, lutJepPar6, lutJepPar7));
115 return el.channelId() <
val;
128 return el.channelId() < va;