|
ATLAS Offline Software
|
Go to the documentation of this file.
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);
L1CaloPprDisabledChannelMap m_mPprDisabledChannelMap
Transient conditions class for objects defined by the online framework and retrieved from COOL.
Hold mappings of ranges to condition objects.
const L1CaloPprDisabledChannel * pprDisabledChannel(unsigned int channelId) const
L1CaloPprDisabledChannelContainer()
virtual ~L1CaloPprDisabledChannelContainer()
virtual DataObject * makePersistent() const
std::map< unsigned int, L1CaloPprDisabledChannel > L1CaloPprDisabledChannelMap
Container of L1CaloPprDisabledChannel objects, inherit from the abstract base class AbstractL1CaloCon...
virtual std::vector< std::string > coolInputKeys() const
L1CaloPprDisabledChannelMap::const_iterator end() const
std::map< L1CaloPprDisabledChannelContainer::eCoolFolders, std::string > m_mCoolFoldersKeysMap
L1CaloPprDisabledChannelMap::const_iterator begin() const
virtual std::string coolOutputKey() const
std::map< unsigned int, L1CaloPprDisabledChannel >::const_iterator const_iterator
CONDCONT_DEF(L1CaloPprDisabledChannelContainer, 201127142)
virtual std::string coolFolderKey(L1CaloPprDisabledChannelContainer::eCoolFolders efolder) const
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
void addPprDisabledChannel(unsigned int channelId, const L1CaloPprDisabledChannel &pprDisabledChannel)
AbstractL1CaloConditionContainer abstract base class for L1Calo persistent conditions container objec...