|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #include "CoralBase/AttributeListSpecification.h"
37 if(!attrSpecification || !attrSpecification->size())
return nullptr;
39 auto attrListCollection = make_unique<CondAttrListCollection>(
true);
44 attrListCollection->add(
item.channelId(), attrList);
46 return static_cast<DataObject*
>(attrListCollection.release());
55 if (condAttrListCollectionMap.empty())
return;
56 auto it = condAttrListCollectionMap.rbegin();
58 auto attrListCollection =
it->second;
59 for(
const auto&
item : *attrListCollection) {
61 const auto& attrList =
item.second;
75 return el.channelId() <
val;
88 return el.channelId() < va;
unsigned int channelId() const
std::string m_coolFolderKey
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
void addDisabledTowers(const L1CaloDisabledTowers &disabledTowers)
void addSpecification(int specId, const std::string &specName, const std::string &specType)
coral::AttributeListSpecification * createAttributeListSpecification() const
const L1CaloDisabledTowers * disabledTowers(unsigned int channelId) const
An AttributeList represents a logical row of attributes in a metadata table. The name and type of eac...
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &)
std::vector< L1CaloDisabledTowers > m_disabledTowerss
std::string specificationName(int specId) const
Folder <-> Object mapping for /TRIGGER/L1Calo/V1/Conditions/DisabledTowers .
virtual DataObject * makePersistent() const
AbstractL1CaloConditionContainer abstract base class for L1Calo persistent conditions container objec...
L1CaloDisabledTowersContainer()