EDM4eic
EIC data model
|
#include <TrajectoryCollection.h>
Public Types | |
using | value_type = Trajectory |
using | const_iterator = TrajectoryCollectionIterator |
using | iterator = TrajectoryMutableCollectionIterator |
Public Member Functions | |
TrajectoryCollection () | |
TrajectoryCollection (TrajectoryCollectionData &&data, bool isSubsetColl) | |
TrajectoryCollection (const TrajectoryCollection &)=delete | |
TrajectoryCollection & | operator= (const TrajectoryCollection &)=delete |
TrajectoryCollection (TrajectoryCollection &&)=default | |
TrajectoryCollection & | operator= (TrajectoryCollection &&)=default |
~TrajectoryCollection () | |
void | clear () final |
void | print (std::ostream &os=std::cout, bool flush=true) const final |
Print this collection to the passed stream. | |
TrajectoryCollection * | operator-> () |
operator to allow pointer like calling of members a la LCIO | |
MutableTrajectory | create () |
Append a new object to the collection, and return this object. | |
template<typename... Args> | |
MutableTrajectory | 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 |
Trajectory | operator[] (std::size_t index) const |
Returns the const object of given index. | |
MutableTrajectory | operator[] (std::size_t index) |
Returns the object of a given index. | |
Trajectory | at (std::size_t index) const |
Returns the const object of given index. | |
MutableTrajectory | at (std::size_t index) |
Returns the object of given index. | |
void | push_back (MutableTrajectory object) |
Append object to the collection. | |
void | push_back (Trajectory 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 > | type (const size_t nElem=0) const |
std::vector< std::uint32_t > | nStates (const size_t nElem=0) const |
std::vector< std::uint32_t > | nMeasurements (const size_t nElem=0) const |
std::vector< std::uint32_t > | nOutliers (const size_t nElem=0) const |
std::vector< std::uint32_t > | nHoles (const size_t nElem=0) const |
std::vector< std::uint32_t > | nSharedHits (const size_t nElem=0) const |
Static Public Attributes | |
static constexpr auto | typeName = "edm4eic::TrajectoryCollection" |
static constexpr auto | valueTypeName = "edm4eic::Trajectory" |
static constexpr auto | dataTypeName = "edm4eic::TrajectoryData" |
Friends | |
class | TrajectoryCollectionData |
A Collection is identified by an ID.
edm4eic::TrajectoryCollection::TrajectoryCollection | ( | ) |
edm4eic::TrajectoryCollection::TrajectoryCollection | ( | TrajectoryCollectionData && | data, |
bool | isSubsetColl ) |
|
delete |
|
default |
edm4eic::TrajectoryCollection::~TrajectoryCollection | ( | ) |
MutableTrajectory edm4eic::TrajectoryCollection::at | ( | std::size_t | index | ) |
Returns the object of given index.
Trajectory edm4eic::TrajectoryCollection::at | ( | std::size_t | index | ) | const |
Returns the const object of given index.
|
inline |
|
inline |
|
final |
MutableTrajectory edm4eic::TrajectoryCollection::create | ( | ) |
Append a new object to the collection, and return this object.
MutableTrajectory edm4eic::TrajectoryCollection::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 |
std::vector< std::uint32_t > edm4eic::TrajectoryCollection::nHoles | ( | const size_t | nElem = 0 | ) | const |
std::vector< std::uint32_t > edm4eic::TrajectoryCollection::nMeasurements | ( | const size_t | nElem = 0 | ) | const |
std::vector< std::uint32_t > edm4eic::TrajectoryCollection::nOutliers | ( | const size_t | nElem = 0 | ) | const |
std::vector< std::uint32_t > edm4eic::TrajectoryCollection::nSharedHits | ( | const size_t | nElem = 0 | ) | const |
std::vector< std::uint32_t > edm4eic::TrajectoryCollection::nStates | ( | const size_t | nElem = 0 | ) | const |
|
inline |
operator to allow pointer like calling of members a la LCIO
|
delete |
|
default |
MutableTrajectory edm4eic::TrajectoryCollection::operator[] | ( | std::size_t | index | ) |
Returns the object of a given index.
Trajectory edm4eic::TrajectoryCollection::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::TrajectoryCollection::push_back | ( | MutableTrajectory | object | ) |
Append object to the collection.
void edm4eic::TrajectoryCollection::push_back | ( | Trajectory | object | ) |
Append an object to the (subset) collection.
|
inlinefinal |
|
final |
|
final |
|
final |
number of elements in the collection
std::vector< std::uint32_t > edm4eic::TrajectoryCollection::type | ( | const size_t | nElem = 0 | ) | const |
|
friend |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |