5#ifndef TRIGT1CALOCALIBCONDITIONS_L1CALOPPRDISABLEDCHANNELCONTAINER_H
6#define TRIGT1CALOCALIBCONDITIONS_L1CALOPPRDISABLEDCHANNELCONTAINER_H
9#include "GaudiKernel/DataObject.h"
35 typedef std::map<unsigned int, L1CaloPprDisabledChannel>::const_iterator
const_iterator;
44 virtual void makeTransient(
const std::map<std::string, const CondAttrListCollection*>& condAttrListCollectionMap);
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
std::map< unsigned int, L1CaloPprDisabledChannel > L1CaloPprDisabledChannelMap
Container of L1CaloPprDisabledChannel objects, inherit from the abstract base class AbstractL1CaloCon...
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
AbstractL1CaloPersistentCondition(const std::string &condType)
Encapsulates the ID of one channel of conditions data in COOL, ie the ID of a row in a table.
virtual DataObject * makePersistent() const
virtual ~L1CaloPprDisabledChannelContainer()
virtual std::string coolOutputKey() const
std::map< L1CaloPprDisabledChannelContainer::eCoolFolders, std::string > m_mCoolFoldersKeysMap
void addPprDisabledChannel(unsigned int channelId, const L1CaloPprDisabledChannel &pprDisabledChannel)
std::map< unsignedint, L1CaloPprDisabledChannel >::const_iterator const_iterator
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
L1CaloPprDisabledChannelMap::const_iterator end() const
L1CaloPprDisabledChannelMap::const_iterator begin() const
L1CaloPprDisabledChannelContainer()
virtual std::vector< std::string > coolInputKeys() const
const L1CaloPprDisabledChannel * pprDisabledChannel(unsigned int channelId) const
virtual std::string coolFolderKey(L1CaloPprDisabledChannelContainer::eCoolFolders efolder) const
L1CaloPprDisabledChannelMap m_mPprDisabledChannelMap
Transient conditions class for objects defined by the online framework and retrieved from COOL.