|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "CoralBase/AttributeListSpecification.h"
39 if(!attrSpecification || !attrSpecification->size())
return nullptr;
41 auto attrListCollection = make_unique<CondAttrListCollection>(
true);
49 attrListCollection->add(
item.channelId(), attrList);
51 return static_cast<DataObject*
>(attrListCollection.release());
59 if(
it ==
std::end(condAttrListCollectionMap))
return;
61 auto attrListCollection =
it->second;
62 for(
const auto&
item : *attrListCollection) {
64 const auto& attrList =
item.second;
81 return el.channelId() <
val;
94 return el.channelId() < va;
101 for(;it!=this->
end();++
it) {
102 std::cout <<
" * item: " << *
it <<std::endl;
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &)
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
const L1CaloPprChanStrategy * pprChanStrategy(unsigned int channelId) const
void addSpecification(int specId, const std::string &specName, const std::string &specType)
coral::AttributeListSpecification * createAttributeListSpecification() const
const_iterator begin() const
std::vector< L1CaloPprChanStrategy >::const_iterator const_iterator
unsigned int channelId() const
Folder <-> Object mapping for /TRIGGER/L1Calo/V2/Configuration/PprChanStrategy .
std::vector< L1CaloPprChanStrategy > m_pprChanStrategys
An AttributeList represents a logical row of attributes in a metadata table. The name and type of eac...
void addPprChanStrategy(const L1CaloPprChanStrategy &pprChanStrategy)
std::string specificationName(int specId) const
std::string m_coolFolderKey
const_iterator end() const
L1CaloPprChanStrategyContainer()
virtual DataObject * makePersistent() const
AbstractL1CaloConditionContainer abstract base class for L1Calo persistent conditions container objec...
std::string description
glabal timer - how long have I taken so far?