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(); };
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::map< unsigned int, L1CaloRxGain > L1CaloRxGainMap
Container of L1CaloRxGain objects, inherit from the abstract base class AbstractL1CaloConditionContai...
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
AbstractL1CaloPersistentCondition(const std::string &condType)
Encapsulates the ID of one Rx channel of conditions data in COOL, ie the ID of a row in a table.
virtual std::string coolOutputKey() const
std::map< L1CaloRxGainContainer::eCoolFolders, std::string > m_mCoolFoldersKeysMap
std::string coolFolderKey(L1CaloRxGainContainer::eCoolFolders efolder) const
L1CaloRxGainMap::const_iterator begin() const
L1CaloRxGainMap::const_iterator end() const
virtual std::vector< std::string > coolInputKeys() const
std::map< unsignedint, L1CaloRxGain >::const_iterator const_iterator
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
void addRxGain(unsigned int channelId, const L1CaloRxGain &rxGain)
const L1CaloRxGain * rxGain(unsigned int channelId) const
virtual ~L1CaloRxGainContainer()
L1CaloRxGainMap m_mRxGainMap
virtual DataObject * makePersistent() const
Transient conditions class for objects defined by the online framework and retrieved from COOL.