|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef L1CALOENERGYSCANRESULTSCONTAINER_H
6 #define L1CALOENERGYSCANRESULTSCONTAINER_H
10 #include "GaudiKernel/DataObject.h"
48 virtual void makeTransient(
const std::map<std::string, const CondAttrListCollection*>& condAttrListCollectionMap);
std::map< unsigned int, L1CaloEnergyScanResults > L1CaloEnergyScanResultsMap
std::map< L1CaloEnergyScanResultsContainer::eCoolFolders, std::string > m_mCoolFoldersKeysMap
const L1CaloEnergyScanResults * energyScanResults(unsigned int channelId) const
L1CaloEnergyScanResultsContainer()
virtual std::vector< std::string > coolInputKeys() const
Class that holds transient information about the calibration for trigger towers.
virtual DataObject * makePersistent() const
const_iterator begin() const
void addEnergyScanResults(unsigned int channelId, const L1CaloEnergyScanResults &energyScanResults)
L1CaloEnergyScanResultsMap m_mEnergyScanResultsMap
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
virtual std::string coolOutputKey() const
const_iterator end() const
std::string coolFolderKey(L1CaloEnergyScanResultsContainer::eCoolFolders efolder) const
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Container of L1CaloEnergyScanResults objects, inherit from the abstract base class AbstractL1CaloCond...
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
L1CaloEnergyScanResultsMap::const_iterator const_iterator
virtual ~L1CaloEnergyScanResultsContainer()
macros to associate a CLID to a type
AbstractL1CaloConditionContainer abstract base class for L1Calo persistent conditions container objec...