ATLAS Offline Software
|
#include <TileHitVector_p1.h>
Public Types | |
typedef std::vector< TileHit_p1 > | HitVector |
typedefs More... | |
typedef HitVector::const_iterator | const_iterator |
typedef HitVector::iterator | iterator |
Public Member Functions | |
TileHitVector_p1 () | |
Default constructor. More... | |
const std::string & | name () const |
const HitVector & | getVector () const |
Public Attributes | |
std::vector< TileHit_p1 > | m_cont |
std::string | m_name |
Definition at line 20 of file TileHitVector_p1.h.
typedef HitVector::const_iterator TileHitVector_p1::const_iterator |
Definition at line 25 of file TileHitVector_p1.h.
typedef std::vector<TileHit_p1> TileHitVector_p1::HitVector |
typedefs
Definition at line 24 of file TileHitVector_p1.h.
typedef HitVector::iterator TileHitVector_p1::iterator |
Definition at line 26 of file TileHitVector_p1.h.
|
inline |
Definition at line 33 of file TileHitVector_p1.h.
|
inline |
Definition at line 32 of file TileHitVector_p1.h.
std::vector<TileHit_p1> TileHitVector_p1::m_cont |
Definition at line 35 of file TileHitVector_p1.h.
std::string TileHitVector_p1::m_name |
Definition at line 36 of file TileHitVector_p1.h.