ATLAS Offline Software
|
#include <ZDC_SimFiberHit_Collection.h>
Public Types | |
typedef T | base_value_type |
typedef std::vector< T > | CONT |
typedef CONT::value_type | value_type |
typedef CONT::pointer | pointer |
typedef CONT::const_pointer | const_pointer |
typedef CONT::iterator | iterator |
typedef CONT::const_iterator | const_iterator |
typedef CONT::reference | reference |
typedef CONT::const_reference | const_reference |
typedef CONT::size_type | size_type |
typedef CONT::difference_type | difference_type |
Public Member Functions | |
ZDC_SimFiberHit_Collection (const std::string &name="ZDC_SimFiberHit_Collection") | |
void | Clear () |
void | Insert (const T &h) |
void | Insert (T &&h) |
template<class... Args> | |
void | Emplace (Args &&... args) |
int | Size () const |
const std::string & | Name () const |
void | setName (const std::string &name) |
const std::vector< T > & | getVector () const |
bool | empty () const |
const_iterator | begin () const |
iterator | begin () |
const_iterator | end () const |
iterator | end () |
size_type | size () const |
void | push_back (const T &t) |
T | At (unsigned int pos) const |
const T | operator[] (size_type n) const |
void | clear () |
void | reserve (size_type n) |
void | resize (size_type n) |
Static Public Member Functions | |
static const std::type_info * | initHelper () |
Static Public Attributes | |
static const std::type_info *const | s_info = AtlasHitsVector<T>::initHelper() |
Protected Attributes | |
std::string | m_name |
std::vector< T > | m_hitvector |
Definition at line 15 of file ZDC_SimFiberHit_Collection.h.
|
inherited |
Definition at line 37 of file AtlasHitsVector.h.
|
inherited |
Definition at line 43 of file AtlasHitsVector.h.
|
inherited |
Definition at line 41 of file AtlasHitsVector.h.
|
inherited |
Definition at line 45 of file AtlasHitsVector.h.
|
inherited |
Definition at line 38 of file AtlasHitsVector.h.
|
inherited |
Definition at line 47 of file AtlasHitsVector.h.
|
inherited |
Definition at line 42 of file AtlasHitsVector.h.
|
inherited |
Definition at line 40 of file AtlasHitsVector.h.
|
inherited |
Definition at line 44 of file AtlasHitsVector.h.
|
inherited |
Definition at line 46 of file AtlasHitsVector.h.
|
inherited |
Definition at line 39 of file AtlasHitsVector.h.
|
inline |
Definition at line 20 of file ZDC_SimFiberHit_Collection.h.
|
inlineinherited |
Definition at line 147 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 137 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 131 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 67 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 153 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 81 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 129 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 140 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 134 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 127 of file AtlasHitsVector.h.
|
inlinestaticinherited |
Definition at line 171 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 73 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 77 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 122 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 151 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 145 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 158 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 160 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 124 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 85 of file AtlasHitsVector.h.
|
inlineinherited |
Definition at line 143 of file AtlasHitsVector.h.
|
protectedinherited |
Definition at line 165 of file AtlasHitsVector.h.
|
protectedinherited |
Definition at line 164 of file AtlasHitsVector.h.
|
staticinherited |
Definition at line 173 of file AtlasHitsVector.h.