![]() |
ATLAS Offline Software
|
#include <L1CaloRxGainContainer.h>
Public Types | |
| enum | eCoolFolders { eRxGainFolder } |
| typedef std::map< unsignedint, L1CaloRxGain >::const_iterator | const_iterator |
Public Member Functions | |
| L1CaloRxGainContainer () | |
| L1CaloRxGainContainer (const std::map< L1CaloRxGainContainer::eCoolFolders, std::string > &folderKeysMap) | |
| virtual | ~L1CaloRxGainContainer () |
| virtual DataObject * | makePersistent () const |
| virtual void | makeTransient (const std::map< std::string, const CondAttrListCollection * > &condAttrListCollectionMap) |
| const L1CaloRxGain * | rxGain (unsigned int channelId) const |
| const L1CaloRxGain * | rxGain (const L1CaloRxCoolChannelId &channelId) const |
| void | addRxGain (unsigned int channelId, const L1CaloRxGain &rxGain) |
| void | addRxGain (const L1CaloRxCoolChannelId &channelId, const L1CaloRxGain &rxGain) |
| L1CaloRxGainMap::const_iterator | begin () const |
| L1CaloRxGainMap::const_iterator | end () const |
| virtual std::vector< std::string > | coolInputKeys () const |
| virtual std::string | coolOutputKey () const |
| virtual void | clear () |
| void | dump () const |
| virtual void | makeTransient (const std::map< std::string, const AthenaAttributeList * > &condAttributeList) |
| std::string | specificationName (int specId) const |
| std::string | specificationType (int specId) const |
| void | addSpecification (int specId, const std::string &specName, const std::string &specType) |
| coral::AttributeListSpecification * | createAttributeListSpecification () const |
| virtual std::string | conditionType () const |
Private Types | |
| enum | eAttrSpecification { eIdentifier , eCrate , eSlot , eChannel , eGain , eComment } |
| typedef std::map< int, std::string > | AttrSpecificationMap |
Private Member Functions | |
| std::string | coolFolderKey (L1CaloRxGainContainer::eCoolFolders efolder) const |
Private Attributes | |
| L1CaloRxGainMap | m_mRxGainMap |
| std::map< L1CaloRxGainContainer::eCoolFolders, std::string > | m_mCoolFoldersKeysMap |
| AttrSpecificationMap | m_attrSpecificationNameMap |
| AttrSpecificationMap | m_attrSpecificationTypeMap |
| std::string | m_strConditionType |
Definition at line 27 of file L1CaloRxGainContainer.h.
|
privateinherited |
Definition at line 50 of file AbstractL1CaloPersistentCondition.h.
| typedef std::map<unsignedint,L1CaloRxGain>::const_iterator L1CaloRxGainContainer::const_iterator |
Definition at line 35 of file L1CaloRxGainContainer.h.
|
private |
| Enumerator | |
|---|---|
| eIdentifier | |
| eCrate | |
| eSlot | |
| eChannel | |
| eGain | |
| eComment | |
Definition at line 30 of file L1CaloRxGainContainer.h.
| L1CaloRxGainContainer::L1CaloRxGainContainer | ( | ) |
Definition at line 15 of file L1CaloRxGainContainer.cxx.
| L1CaloRxGainContainer::L1CaloRxGainContainer | ( | const std::map< L1CaloRxGainContainer::eCoolFolders, std::string > & | folderKeysMap | ) |
Definition at line 27 of file L1CaloRxGainContainer.cxx.
|
inlinevirtual |
Definition at line 39 of file L1CaloRxGainContainer.h.
| void L1CaloRxGainContainer::addRxGain | ( | const L1CaloRxCoolChannelId & | channelId, |
| const L1CaloRxGain & | rxGain ) |
Definition at line 142 of file L1CaloRxGainContainer.cxx.
| void L1CaloRxGainContainer::addRxGain | ( | unsigned int | channelId, |
| const L1CaloRxGain & | rxGain ) |
Definition at line 138 of file L1CaloRxGainContainer.cxx.
|
inherited |
Definition at line 26 of file AbstractL1CaloPersistentCondition.cxx.
|
inline |
Definition at line 51 of file L1CaloRxGainContainer.h.
|
virtual |
Reimplemented from AbstractL1CaloPersistentCondition.
Definition at line 153 of file L1CaloRxGainContainer.cxx.
|
inlinevirtualinherited |
Implements IL1CaloPersistenceCapable.
Definition at line 37 of file AbstractL1CaloPersistentCondition.h.
|
private |
Definition at line 39 of file L1CaloRxGainContainer.cxx.
|
virtual |
Reimplemented from AbstractL1CaloPersistentCondition.
Definition at line 49 of file L1CaloRxGainContainer.cxx.
|
virtual |
Reimplemented from AbstractL1CaloPersistentCondition.
Definition at line 55 of file L1CaloRxGainContainer.cxx.
|
inherited |
Definition at line 31 of file AbstractL1CaloPersistentCondition.cxx.
| void L1CaloRxGainContainer::dump | ( | ) | const |
Definition at line 146 of file L1CaloRxGainContainer.cxx.
|
inline |
Definition at line 52 of file L1CaloRxGainContainer.h.
|
virtual |
Reimplemented from AbstractL1CaloPersistentCondition.
Definition at line 59 of file L1CaloRxGainContainer.cxx.
|
virtual |
Reimplemented from AbstractL1CaloPersistentCondition.
Definition at line 30 of file AbstractL1CaloPersistentCondition.cxx.
|
virtual |
Reimplemented from AbstractL1CaloPersistentCondition.
Definition at line 91 of file L1CaloRxGainContainer.cxx.
| const L1CaloRxGain * L1CaloRxGainContainer::rxGain | ( | const L1CaloRxCoolChannelId & | channelId | ) | const |
Definition at line 134 of file L1CaloRxGainContainer.cxx.
| const L1CaloRxGain * L1CaloRxGainContainer::rxGain | ( | unsigned int | channelId | ) | const |
Definition at line 128 of file L1CaloRxGainContainer.cxx.
|
inherited |
Definition at line 44 of file AbstractL1CaloPersistentCondition.cxx.
|
inherited |
Definition at line 50 of file AbstractL1CaloPersistentCondition.cxx.
|
privateinherited |
Definition at line 51 of file AbstractL1CaloPersistentCondition.h.
|
privateinherited |
Definition at line 52 of file AbstractL1CaloPersistentCondition.h.
|
private |
Definition at line 66 of file L1CaloRxGainContainer.h.
|
private |
Definition at line 65 of file L1CaloRxGainContainer.h.
|
privateinherited |
Definition at line 53 of file AbstractL1CaloPersistentCondition.h.