|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGT1CALOCALIBCONDITIONS_L1CALORXGAINCONTAINER_H
6 #define TRIGT1CALOCALIBCONDITIONS_L1CALORXGAINCONTAINER_H
11 #include "GaudiKernel/DataObject.h"
38 L1CaloRxGainContainer(
const std::map<L1CaloRxGainContainer::eCoolFolders, std::string>& folderKeysMap);
44 virtual void makeTransient(
const std::map<std::string, const CondAttrListCollection*>& condAttrListCollectionMap);
52 inline L1CaloRxGainMap::const_iterator
end()
const {
return m_mRxGainMap.end(); };
const L1CaloRxGain * rxGain(unsigned int channelId) const
virtual std::string coolOutputKey() const
L1CaloRxGainMap::const_iterator end() const
std::string coolFolderKey(L1CaloRxGainContainer::eCoolFolders efolder) const
virtual std::vector< std::string > coolInputKeys() const
std::map< unsigned int, L1CaloRxGain > L1CaloRxGainMap
Container of L1CaloRxGain objects, inherit from the abstract base class AbstractL1CaloConditionContai...
std::map< unsigned int, L1CaloRxGain >::const_iterator const_iterator
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
void addRxGain(unsigned int channelId, const L1CaloRxGain &rxGain)
virtual DataObject * makePersistent() const
Transient conditions class for objects defined by the online framework and retrieved from COOL.
std::map< L1CaloRxGainContainer::eCoolFolders, std::string > m_mCoolFoldersKeysMap
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
virtual ~L1CaloRxGainContainer()
macros to associate a CLID to a type
AbstractL1CaloConditionContainer abstract base class for L1Calo persistent conditions container objec...
L1CaloRxGainMap m_mRxGainMap
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
L1CaloRxGainMap::const_iterator begin() const