ATLAS Offline Software
|
This is a minimal version of a TileHitContainer
in which the saved collections remain non-const.
More...
#include <TileHitNonConstContainer.h>
Public Types | |
typedef COLLECTION::TElement | element_t |
typedef std::vector< std::unique_ptr< TileHitCollection > >::iterator | iterator |
Public Member Functions | |
TileRawDataNonConstContainer (SG::OwnershipPolicy ownPolicy) | |
void | push_back (element_t *rc) |
iterator | begin () |
iterator | end () |
Private Attributes | |
TileFragHash | m_hashFunc |
std::vector< std::unique_ptr< TileHitCollection > > | m_colls |
This is a minimal version of a TileHitContainer
in which the saved collections remain non-const.
This can be used as a temporary while building the container. Once everything's built, the collections can then be moved to the final TileHitContainer
, after which they'll be const.
Definition at line 29 of file TileHitNonConstContainer.h.
|
inherited |
Definition at line 37 of file TileRawDataNonConstContainer.h.
|
inherited |
Definition at line 42 of file TileRawDataNonConstContainer.h.
|
inlineinherited |
Definition at line 43 of file TileRawDataNonConstContainer.h.
|
inlineinherited |
Definition at line 44 of file TileRawDataNonConstContainer.h.
|
inherited |
Definition at line 40 of file TileRawDataNonConstContainer.h.
TileRawDataNonConstContainer< COLLECTION >::TileRawDataNonConstContainer |
Definition at line 39 of file TileRawDataNonConstContainer.h.
|
privateinherited |
Definition at line 49 of file TileRawDataNonConstContainer.h.
|
privateinherited |
Definition at line 48 of file TileRawDataNonConstContainer.h.