EDM4eic
EIC data model
|
#include <MCRecoVertexParticleAssociationCollection.h>
Public Types | |
using | value_type = MCRecoVertexParticleAssociation |
using | const_iterator = MCRecoVertexParticleAssociationCollectionIterator |
using | iterator = MCRecoVertexParticleAssociationMutableCollectionIterator |
Public Member Functions | |
MCRecoVertexParticleAssociationCollection () | |
MCRecoVertexParticleAssociationCollection (MCRecoVertexParticleAssociationCollectionData &&data, bool isSubsetColl) | |
MCRecoVertexParticleAssociationCollection (const MCRecoVertexParticleAssociationCollection &)=delete | |
MCRecoVertexParticleAssociationCollection & | operator= (const MCRecoVertexParticleAssociationCollection &)=delete |
MCRecoVertexParticleAssociationCollection (MCRecoVertexParticleAssociationCollection &&)=default | |
MCRecoVertexParticleAssociationCollection & | operator= (MCRecoVertexParticleAssociationCollection &&)=default |
~MCRecoVertexParticleAssociationCollection () | |
void | clear () final |
void | print (std::ostream &os=std::cout, bool flush=true) const final |
Print this collection to the passed stream. | |
MCRecoVertexParticleAssociationCollection * | operator-> () |
operator to allow pointer like calling of members a la LCIO | |
MutableMCRecoVertexParticleAssociation | create () |
Append a new object to the collection, and return this object. | |
template<typename... Args> | |
MutableMCRecoVertexParticleAssociation | create (Args &&... args) |
std::size_t | size () const final |
number of elements in the collection | |
bool | empty () const final |
Is the collection empty. | |
const std::string_view | getTypeName () const final |
fully qualified type name | |
const std::string_view | getValueTypeName () const final |
fully qualified type name of elements - with namespace | |
const std::string_view | getDataTypeName () const final |
fully qualified type name of stored POD elements - with namespace | |
podio::SchemaVersionT | getSchemaVersion () const final |
schema version | |
bool | isSubsetCollection () const final |
void | setSubsetCollection (bool setSubset=true) final |
MCRecoVertexParticleAssociation | operator[] (std::size_t index) const |
Returns the const object of given index. | |
MutableMCRecoVertexParticleAssociation | operator[] (std::size_t index) |
Returns the object of a given index. | |
MCRecoVertexParticleAssociation | at (std::size_t index) const |
Returns the const object of given index. | |
MutableMCRecoVertexParticleAssociation | at (std::size_t index) |
Returns the object of given index. | |
void | push_back (MutableMCRecoVertexParticleAssociation object) |
Append object to the collection. | |
void | push_back (MCRecoVertexParticleAssociation object) |
Append an object to the (subset) collection. | |
void | prepareForWrite () const final |
void | prepareAfterRead () final |
bool | setReferences (const podio::ICollectionProvider *collectionProvider) final |
podio::CollectionWriteBuffers | getBuffers () final |
Get the collection buffers for this collection. | |
void | setID (uint32_t ID) final |
uint32_t | getID () const final |
bool | isValid () const final |
size_t | getDatamodelRegistryIndex () const final |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
std::vector< std::uint32_t > | simID (const size_t nElem=0) const |
std::vector< std::uint32_t > | recID (const size_t nElem=0) const |
std::vector< float > | weight (const size_t nElem=0) const |
Static Public Attributes | |
static constexpr auto | typeName = "edm4eic::MCRecoVertexParticleAssociationCollection" |
static constexpr auto | valueTypeName = "edm4eic::MCRecoVertexParticleAssociation" |
static constexpr auto | dataTypeName = "edm4eic::MCRecoVertexParticleAssociationData" |
Friends | |
class | MCRecoVertexParticleAssociationCollectionData |
A Collection is identified by an ID.
using edm4eic::MCRecoVertexParticleAssociationCollection::const_iterator = MCRecoVertexParticleAssociationCollectionIterator |
using edm4eic::MCRecoVertexParticleAssociationCollection::iterator = MCRecoVertexParticleAssociationMutableCollectionIterator |
using edm4eic::MCRecoVertexParticleAssociationCollection::value_type = MCRecoVertexParticleAssociation |
edm4eic::MCRecoVertexParticleAssociationCollection::MCRecoVertexParticleAssociationCollection | ( | ) |
edm4eic::MCRecoVertexParticleAssociationCollection::MCRecoVertexParticleAssociationCollection | ( | MCRecoVertexParticleAssociationCollectionData && | data, |
bool | isSubsetColl ) |
|
delete |
|
default |
edm4eic::MCRecoVertexParticleAssociationCollection::~MCRecoVertexParticleAssociationCollection | ( | ) |
MutableMCRecoVertexParticleAssociation edm4eic::MCRecoVertexParticleAssociationCollection::at | ( | std::size_t | index | ) |
Returns the object of given index.
MCRecoVertexParticleAssociation edm4eic::MCRecoVertexParticleAssociationCollection::at | ( | std::size_t | index | ) | const |
Returns the const object of given index.
|
inline |
|
inline |
|
final |
MutableMCRecoVertexParticleAssociation edm4eic::MCRecoVertexParticleAssociationCollection::create | ( | ) |
Append a new object to the collection, and return this object.
MutableMCRecoVertexParticleAssociation edm4eic::MCRecoVertexParticleAssociationCollection::create | ( | Args &&... | args | ) |
Append a new object to the collection, and return this object. Initialized with the parameters given
|
final |
Is the collection empty.
|
inline |
|
inline |
|
final |
Get the collection buffers for this collection.
|
final |
|
inlinefinal |
fully qualified type name of stored POD elements - with namespace
|
inlinefinal |
|
final |
schema version
|
inlinefinal |
fully qualified type name
|
inlinefinal |
fully qualified type name of elements - with namespace
|
inlinefinal |
|
inlinefinal |
|
inline |
operator to allow pointer like calling of members a la LCIO
|
delete |
|
default |
MutableMCRecoVertexParticleAssociation edm4eic::MCRecoVertexParticleAssociationCollection::operator[] | ( | std::size_t | index | ) |
Returns the object of a given index.
MCRecoVertexParticleAssociation edm4eic::MCRecoVertexParticleAssociationCollection::operator[] | ( | std::size_t | index | ) | const |
Returns the const object of given index.
|
final |
|
final |
|
final |
Print this collection to the passed stream.
void edm4eic::MCRecoVertexParticleAssociationCollection::push_back | ( | MCRecoVertexParticleAssociation | object | ) |
Append an object to the (subset) collection.
void edm4eic::MCRecoVertexParticleAssociationCollection::push_back | ( | MutableMCRecoVertexParticleAssociation | object | ) |
Append object to the collection.
std::vector< std::uint32_t > edm4eic::MCRecoVertexParticleAssociationCollection::recID | ( | const size_t | nElem = 0 | ) | const |
|
inlinefinal |
|
final |
|
final |
std::vector< std::uint32_t > edm4eic::MCRecoVertexParticleAssociationCollection::simID | ( | const size_t | nElem = 0 | ) | const |
|
final |
number of elements in the collection
std::vector< float > edm4eic::MCRecoVertexParticleAssociationCollection::weight | ( | const size_t | nElem = 0 | ) | const |
|
friend |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |