|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "CoralBase/AttributeListSpecification.h"
26 if(this->
size()==0)
return NULL;
31 if(!attrSpecification->size())
return NULL;
40 for(;pos!=pos_end;++
pos) {
48 unsigned int iChanNumber =
ped->channelId();
55 attrListCollection->
add(iChanNumber, attrList);
57 return (DataObject*) attrListCollection;
64 for(;
it!=attrListCollection->
end();++
it) {
virtual void makeTransient(const CondAttrListCollection *&condAttrListCollection)
const_iterator end() const
Const iterator class for DataVector/DataList.
void mean(std::vector< double > &bins, std::vector< double > &values, const std::vector< std::string > &files, const std::string &histname, const std::string &tplotname, const std::string &label="")
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
void addSpecification(int specId, const std::string &specName, const std::string &specType)
const_iterator begin() const
Access to Chan/AttributeList pairs via iterators.
This class is a collection of AttributeLists where each one is associated with a channel number....
coral::AttributeListSpecification * createAttributeListSpecification() const
An AttributeList represents a logical row of attributes in a metadata table. The name and type of eac...
L1CaloPedestalContainer()
value_type push_back(value_type pElem)
Add an element to the end of the collection.
std::string specificationName(int specId) const
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
ChanAttrListMap::const_iterator const_iterator
virtual DataObject * makePersistent() const
bool add(ChanNum chanNum, const AttributeList &attributeList)
Adding in chan/attrList pairs.
size_type size() const noexcept
Returns the number of elements in the collection.
AbstractL1CaloConditionContainer abstract base class for L1Calo persistent conditions container objec...
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.