|
| ClusterCollection () |
|
| ClusterCollection (const ClusterCollection &)=delete |
|
ClusterCollection & | operator= (const ClusterCollection &)=delete |
|
| ~ClusterCollection () |
|
void | clear () override final |
|
ClusterCollection * | operator-> () |
| operator to allow pointer like calling of members a la LCIO More...
|
|
Cluster | create () |
| Append a new object to the collection, and return this object. More...
|
|
template<typename... Args> |
Cluster | create (Args &&... args) |
|
size_t | size () const override final |
| number of elements in the collection More...
|
|
std::string | getValueTypeName () const override |
| fully qualified type name of elements - with namespace More...
|
|
ConstCluster | operator[] (unsigned int index) const |
| Returns the const object of given index. More...
|
|
Cluster | operator[] (unsigned int index) |
| Returns the object of a given index. More...
|
|
ConstCluster | at (unsigned int index) const |
| Returns the const object of given index. More...
|
|
Cluster | at (unsigned int index) |
| Returns the object of given index. More...
|
|
void | push_back (ConstCluster object) |
| Append object to the collection. More...
|
|
void | prepareForWrite () override final |
|
void | prepareAfterRead () override final |
|
void | setBuffer (void *address) override final |
|
bool | setReferences (const podio::ICollectionProvider *collectionProvider) override final |
|
podio::CollRefCollection * | referenceCollections () override final |
|
podio::VectorMembersInfo * | vectorMembers () override |
|
void | setID (unsigned ID) override final |
|
unsigned | getID () const override final |
|
bool | isValid () const override final |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
void * | getBufferAddress () override final |
| returns the address of the pointer to the data buffer More...
|
|
std::vector< ClusterData > * | _getBuffer () |
| Returns the pointer to the data buffer. More...
|
|
template<size_t arraysize> |
const std::array< eic::Index, arraysize > | ID () const |
|
template<size_t arraysize> |
const std::array< float, arraysize > | energy () const |
|
template<size_t arraysize> |
const std::array< float, arraysize > | energyError () const |
|
template<size_t arraysize> |
const std::array< float, arraysize > | time () const |
|
template<size_t arraysize> |
const std::array< std::uint32_t, arraysize > | nhits () const |
|
template<size_t arraysize> |
const std::array< eic::VectorXYZ, arraysize > | position () const |
|
template<size_t arraysize> |
const std::array< eic::CovXYZ, arraysize > | positionError () const |
|
template<size_t arraysize> |
const std::array< float, arraysize > | radius () const |
|
template<size_t arraysize> |
const std::array< float, arraysize > | skewness () const |
|
A Collection is identified by an ID.