EDM4eic
EIC data model
Loading...
Searching...
No Matches
edm4eic::TrackSeedCollection Class Reference

#include <TrackSeedCollection.h>

Inheritance diagram for edm4eic::TrackSeedCollection:

Public Types

using value_type = TrackSeed
 
using const_iterator = TrackSeedCollectionIterator
 
using iterator = TrackSeedMutableCollectionIterator
 

Public Member Functions

 TrackSeedCollection ()
 
 TrackSeedCollection (TrackSeedCollectionData &&data, bool isSubsetColl)
 
 TrackSeedCollection (const TrackSeedCollection &)=delete
 
TrackSeedCollectionoperator= (const TrackSeedCollection &)=delete
 
 TrackSeedCollection (TrackSeedCollection &&)=default
 
TrackSeedCollectionoperator= (TrackSeedCollection &&)=default
 
 ~TrackSeedCollection ()
 
void clear () final
 
void print (std::ostream &os=std::cout, bool flush=true) const final
 Print this collection to the passed stream.
 
TrackSeedCollectionoperator-> ()
 operator to allow pointer like calling of members a la LCIO
 
MutableTrackSeed create ()
 Append a new object to the collection, and return this object.
 
template<typename... Args>
MutableTrackSeed 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
 
TrackSeed operator[] (std::size_t index) const
 Returns the const object of given index.
 
MutableTrackSeed operator[] (std::size_t index)
 Returns the object of a given index.
 
TrackSeed at (std::size_t index) const
 Returns the const object of given index.
 
MutableTrackSeed at (std::size_t index)
 Returns the object of given index.
 
void push_back (MutableTrackSeed object)
 Append object to the collection.
 
void push_back (TrackSeed 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< edm4hep::Vector3f > perigee (const size_t nElem=0) const
 

Static Public Attributes

static constexpr auto typeName = "edm4eic::TrackSeedCollection"
 
static constexpr auto valueTypeName = "edm4eic::TrackSeed"
 
static constexpr auto dataTypeName = "edm4eic::TrackSeedData"
 

Friends

class TrackSeedCollectionData
 

Detailed Description

A Collection is identified by an ID.

Member Typedef Documentation

◆ const_iterator

◆ iterator

◆ value_type

Constructor & Destructor Documentation

◆ TrackSeedCollection() [1/4]

edm4eic::TrackSeedCollection::TrackSeedCollection ( )

◆ TrackSeedCollection() [2/4]

edm4eic::TrackSeedCollection::TrackSeedCollection ( TrackSeedCollectionData && data,
bool isSubsetColl )

◆ TrackSeedCollection() [3/4]

edm4eic::TrackSeedCollection::TrackSeedCollection ( const TrackSeedCollection & )
delete

◆ TrackSeedCollection() [4/4]

edm4eic::TrackSeedCollection::TrackSeedCollection ( TrackSeedCollection && )
default

◆ ~TrackSeedCollection()

edm4eic::TrackSeedCollection::~TrackSeedCollection ( )

Member Function Documentation

◆ at() [1/2]

MutableTrackSeed edm4eic::TrackSeedCollection::at ( std::size_t index)

Returns the object of given index.

◆ at() [2/2]

TrackSeed edm4eic::TrackSeedCollection::at ( std::size_t index) const

Returns the const object of given index.

◆ begin() [1/2]

iterator edm4eic::TrackSeedCollection::begin ( )
inline

◆ begin() [2/2]

const_iterator edm4eic::TrackSeedCollection::begin ( ) const
inline

◆ clear()

void edm4eic::TrackSeedCollection::clear ( )
final

◆ create() [1/2]

MutableTrackSeed edm4eic::TrackSeedCollection::create ( )

Append a new object to the collection, and return this object.

◆ create() [2/2]

template<typename... Args>
MutableTrackSeed edm4eic::TrackSeedCollection::create ( Args &&... args)

Append a new object to the collection, and return this object. Initialized with the parameters given

◆ empty()

bool edm4eic::TrackSeedCollection::empty ( ) const
final

Is the collection empty.

◆ end() [1/2]

iterator edm4eic::TrackSeedCollection::end ( )
inline

◆ end() [2/2]

const_iterator edm4eic::TrackSeedCollection::end ( ) const
inline

◆ getBuffers()

podio::CollectionWriteBuffers edm4eic::TrackSeedCollection::getBuffers ( )
final

Get the collection buffers for this collection.

◆ getDatamodelRegistryIndex()

size_t edm4eic::TrackSeedCollection::getDatamodelRegistryIndex ( ) const
final

◆ getDataTypeName()

const std::string_view edm4eic::TrackSeedCollection::getDataTypeName ( ) const
inlinefinal

fully qualified type name of stored POD elements - with namespace

◆ getID()

uint32_t edm4eic::TrackSeedCollection::getID ( ) const
inlinefinal

◆ getSchemaVersion()

podio::SchemaVersionT edm4eic::TrackSeedCollection::getSchemaVersion ( ) const
final

schema version

◆ getTypeName()

const std::string_view edm4eic::TrackSeedCollection::getTypeName ( ) const
inlinefinal

fully qualified type name

◆ getValueTypeName()

const std::string_view edm4eic::TrackSeedCollection::getValueTypeName ( ) const
inlinefinal

fully qualified type name of elements - with namespace

◆ isSubsetCollection()

bool edm4eic::TrackSeedCollection::isSubsetCollection ( ) const
inlinefinal

◆ isValid()

bool edm4eic::TrackSeedCollection::isValid ( ) const
inlinefinal

◆ operator->()

TrackSeedCollection * edm4eic::TrackSeedCollection::operator-> ( )
inline

operator to allow pointer like calling of members a la LCIO

◆ operator=() [1/2]

TrackSeedCollection & edm4eic::TrackSeedCollection::operator= ( const TrackSeedCollection & )
delete

◆ operator=() [2/2]

TrackSeedCollection & edm4eic::TrackSeedCollection::operator= ( TrackSeedCollection && )
default

◆ operator[]() [1/2]

MutableTrackSeed edm4eic::TrackSeedCollection::operator[] ( std::size_t index)

Returns the object of a given index.

◆ operator[]() [2/2]

TrackSeed edm4eic::TrackSeedCollection::operator[] ( std::size_t index) const

Returns the const object of given index.

◆ perigee()

std::vector< edm4hep::Vector3f > edm4eic::TrackSeedCollection::perigee ( const size_t nElem = 0) const

◆ prepareAfterRead()

void edm4eic::TrackSeedCollection::prepareAfterRead ( )
final

◆ prepareForWrite()

void edm4eic::TrackSeedCollection::prepareForWrite ( ) const
final

◆ print()

void edm4eic::TrackSeedCollection::print ( std::ostream & os = std::cout,
bool flush = true ) const
final

Print this collection to the passed stream.

◆ push_back() [1/2]

void edm4eic::TrackSeedCollection::push_back ( MutableTrackSeed object)

Append object to the collection.

◆ push_back() [2/2]

void edm4eic::TrackSeedCollection::push_back ( TrackSeed object)

Append an object to the (subset) collection.

◆ setID()

void edm4eic::TrackSeedCollection::setID ( uint32_t ID)
inlinefinal

◆ setReferences()

bool edm4eic::TrackSeedCollection::setReferences ( const podio::ICollectionProvider * collectionProvider)
final

◆ setSubsetCollection()

void edm4eic::TrackSeedCollection::setSubsetCollection ( bool setSubset = true)
final

◆ size()

std::size_t edm4eic::TrackSeedCollection::size ( ) const
final

number of elements in the collection

Friends And Related Symbol Documentation

◆ TrackSeedCollectionData

friend class TrackSeedCollectionData
friend

Member Data Documentation

◆ dataTypeName

auto edm4eic::TrackSeedCollection::dataTypeName = "edm4eic::TrackSeedData"
staticconstexpr

◆ typeName

auto edm4eic::TrackSeedCollection::typeName = "edm4eic::TrackSeedCollection"
staticconstexpr

◆ valueTypeName

auto edm4eic::TrackSeedCollection::valueTypeName = "edm4eic::TrackSeed"
staticconstexpr

The documentation for this class was generated from the following files: