5#ifndef TRIGT1CALOCALIBCONDITIONS_L1CALOPPRLUTCONTAINER_H
6#define TRIGT1CALOCALIBCONDITIONS_L1CALOPPRLUTCONTAINER_H
10#include "GaudiKernel/DataObject.h"
39 L1CaloPprLutContainer(
const std::map<L1CaloPprLutContainer::eCoolFolders, std::string>& folderKeysMap);
47 virtual void makeTransient(
const std::map<std::string, const CondAttrListCollection*>& condAttrListCollectionMap);
56 inline L1CaloPprLutMap::const_iterator
end()
const {
return m_mPprLutMap.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, L1CaloPprLut > L1CaloPprLutMap
Container of L1CaloPprLut 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 channel of conditions data in COOL, ie the ID of a row in a table.
L1CaloPprLutMap m_mPprLutMap
L1CaloPprLutMap::const_iterator end() const
L1CaloPprLutMap::const_iterator begin() const
std::map< unsignedint, L1CaloPprLut >::const_iterator const_iterator
virtual void makeTransient(const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap)
virtual DataObject * makePersistent() const
const L1CaloPprLut * pprLut(unsigned int channelId) const
void addPprLut(unsigned int channelId, const L1CaloPprLut &pprLut)
virtual std::vector< std::string > coolInputKeys() const
virtual std::string coolOutputKey() const
std::string coolFolderKey(L1CaloPprLutContainer::eCoolFolders efolder) const
std::map< L1CaloPprLutContainer::eCoolFolders, std::string > m_mCoolFoldersKeysMap
virtual ~L1CaloPprLutContainer()
Transient class defining the PPM lookup table objects.