![]() |
ATLAS Offline Software
|
#include <AthenaPoolTestMapData.h>
Public Types | |
| typedef std::pair< AthenaPoolTestMapDataLink, float > | Deposit |
Public Member Functions | |
| AthenaPoolTestMapData () | |
| AthenaPoolTestMapData (const std::vector< Deposit > &deposits, int simDataWord=0) | |
| virtual | ~AthenaPoolTestMapData () |
| int | word () const |
| void | deposits (std::vector< Deposit > &deposits) const |
| const std::vector< Deposit > & | getdeposits () const |
Private Attributes | |
| int | m_word |
| std::vector< Deposit > | m_deposits |
Definition at line 32 of file AthenaPoolTestMapData.h.
| typedef std::pair< AthenaPoolTestMapDataLink, float > AthenaPoolTestMapData::Deposit |
Definition at line 38 of file AthenaPoolTestMapData.h.
| AthenaPoolTestMapData::AthenaPoolTestMapData | ( | ) |
Definition at line 20 of file AthenaPoolTestMapData.cxx.
| AthenaPoolTestMapData::AthenaPoolTestMapData | ( | const std::vector< Deposit > & | deposits, |
| int | simDataWord = 0 ) |
Definition at line 26 of file AthenaPoolTestMapData.cxx.
|
virtual |
Definition at line 33 of file AthenaPoolTestMapData.cxx.
|
inline |
Definition at line 72 of file AthenaPoolTestMapData.h.
|
inline |
Definition at line 67 of file AthenaPoolTestMapData.h.
|
inline |
Definition at line 62 of file AthenaPoolTestMapData.h.
|
private |
Definition at line 55 of file AthenaPoolTestMapData.h.
|
private |
Definition at line 53 of file AthenaPoolTestMapData.h.