EICd
EIC data model
|
#include <RawCalorimeterHitCollection.h>
Public Types | |
using | const_iterator = RawCalorimeterHitConstCollectionIterator |
using | iterator = RawCalorimeterHitCollectionIterator |
Public Member Functions | |
RawCalorimeterHitCollection () | |
RawCalorimeterHitCollection (const RawCalorimeterHitCollection &)=delete | |
RawCalorimeterHitCollection & | operator= (const RawCalorimeterHitCollection &)=delete |
~RawCalorimeterHitCollection () | |
void | clear () override final |
RawCalorimeterHitCollection * | operator-> () |
operator to allow pointer like calling of members a la LCIO More... | |
RawCalorimeterHit | create () |
Append a new object to the collection, and return this object. More... | |
template<typename... Args> | |
RawCalorimeterHit | 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... | |
ConstRawCalorimeterHit | operator[] (unsigned int index) const |
Returns the const object of given index. More... | |
RawCalorimeterHit | operator[] (unsigned int index) |
Returns the object of a given index. More... | |
ConstRawCalorimeterHit | at (unsigned int index) const |
Returns the const object of given index. More... | |
RawCalorimeterHit | at (unsigned int index) |
Returns the object of given index. More... | |
void | push_back (ConstRawCalorimeterHit 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< RawCalorimeterHitData > * | _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< std::int64_t, arraysize > | cellID () const |
template<size_t arraysize> | |
const std::array< std::int64_t, arraysize > | amplitude () const |
template<size_t arraysize> | |
const std::array< std::int64_t, arraysize > | time () const |
A Collection is identified by an ID.
eic::RawCalorimeterHitCollection::RawCalorimeterHitCollection | ( | ) |
|
delete |
eic::RawCalorimeterHitCollection::~RawCalorimeterHitCollection | ( | ) |
|
inline |
Returns the pointer to the data buffer.
const std::array< std::int64_t, arraysize > eic::RawCalorimeterHitCollection::amplitude |
RawCalorimeterHit eic::RawCalorimeterHitCollection::at | ( | unsigned int | index | ) |
Returns the object of given index.
ConstRawCalorimeterHit eic::RawCalorimeterHitCollection::at | ( | unsigned int | index | ) | const |
Returns the const object of given index.
|
inline |
|
inline |
const std::array< std::int64_t, arraysize > eic::RawCalorimeterHitCollection::cellID |
|
finaloverride |
RawCalorimeterHit eic::RawCalorimeterHitCollection::create | ( | ) |
Append a new object to the collection, and return this object.
RawCalorimeterHit eic::RawCalorimeterHitCollection::create | ( | Args &&... | args | ) |
Append a new object to the collection, and return this object. Initialized with the parameters given
|
inline |
|
inline |
|
inlinefinaloverride |
returns the address of the pointer to the data buffer
|
inlinefinaloverride |
|
inlineoverride |
fully qualified type name of elements - with namespace
const std::array< eic::Index, arraysize > eic::RawCalorimeterHitCollection::ID |
|
inlinefinaloverride |
|
inline |
operator to allow pointer like calling of members a la LCIO
|
delete |
RawCalorimeterHit eic::RawCalorimeterHitCollection::operator[] | ( | unsigned int | index | ) |
Returns the object of a given index.
ConstRawCalorimeterHit eic::RawCalorimeterHitCollection::operator[] | ( | unsigned int | index | ) | const |
Returns the const object of given index.
|
finaloverride |
|
finaloverride |
void eic::RawCalorimeterHitCollection::push_back | ( | ConstRawCalorimeterHit | object | ) |
Append object to the collection.
|
inlinefinaloverride |
|
finaloverride |
|
inlinefinaloverride |
|
finaloverride |
|
finaloverride |
number of elements in the collection
const std::array< std::int64_t, arraysize > eic::RawCalorimeterHitCollection::time |
|
inlineoverride |