ATLAS Offline Software
|
This file defines the class for a collection of AttributeLists where each one is associated with a channel number. More...
#include "CoralBase/Attribute.h"
#include "CoralBase/AttributeList.h"
#include "CoralBase/AttributeListSpecification.h"
#include "AthenaKernel/IOVRange.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "GaudiKernel/DataObject.h"
#include <vector>
#include <map>
#include <algorithm>
#include <sstream>
#include "AthenaKernel/CondCont.h"
Go to the source code of this file.
Classes | |
class | CondAttrListCollection |
This class is a collection of AttributeLists where each one is associated with a channel number. This allows R/W with COOL of multichannel conditions objects, stored in COOL itself. The collection looks like a vector of pairs of (channel num, AttributeList) where one may iterate over all of them or access each AttrList by channel number as in a map. One also maintains the IOV of each channel allow update of only invalid channels. More... | |
Functions | |
CONDCONT_DEF (CondAttrListCollection, 1223307417) | |
This file defines the class for a collection of AttributeLists where each one is associated with a channel number.
Definition in file CondAttrListCollection.h.
CONDCONT_DEF | ( | CondAttrListCollection | , |
1223307417 | |||
) |