![]() |
ATLAS Offline Software
|
#include <CaloCellGroup.h>
Public Member Functions | |
| CaloCellGroupList () | |
| bool | setDefinition (const CaloCell_Base_ID *caloCellId, const std::vector< std::string > &definitions, MsgStream &logStr) |
| void | dump (const CaloCell_Base_ID *caloCellId) |
| void | printDef () const |
| const std::vector< float > & | valuesForCell (const Identifier id) |
| const std::vector< float > & | getDefaults () const |
Private Attributes | |
| std::vector< CaloCellGroup > | m_groups |
| std::vector< float > | m_defaults |
| bool | m_initialized |
Definition at line 59 of file CaloCellGroup.h.
|
inline |
Definition at line 61 of file CaloCellGroup.h.
| void CaloCellGroupList::dump | ( | const CaloCell_Base_ID * | caloCellId | ) |
Definition at line 284 of file CaloCellGroup.cxx.
|
inline |
Definition at line 72 of file CaloCellGroup.h.
| void CaloCellGroupList::printDef | ( | ) | const |
| bool CaloCellGroupList::setDefinition | ( | const CaloCell_Base_ID * | caloCellId, |
| const std::vector< std::string > & | definitions, | ||
| MsgStream & | logStr ) |
Definition at line 226 of file CaloCellGroup.cxx.
| const std::vector< float > & CaloCellGroupList::valuesForCell | ( | const Identifier | id | ) |
Definition at line 267 of file CaloCellGroup.cxx.
|
private |
Definition at line 76 of file CaloCellGroup.h.
|
private |
Definition at line 75 of file CaloCellGroup.h.
|
private |
Definition at line 77 of file CaloCellGroup.h.