|
EDM4eic
EIC data model
|
#include <TruthinessCollectionData.h>
Public Member Functions | |
| TruthinessCollectionData () | |
| TruthinessCollectionData (podio::CollectionReadBuffers buffers, bool isSubsetColl) | |
| TruthinessCollectionData (const TruthinessCollectionData &)=delete | |
| TruthinessCollectionData & | operator= (const TruthinessCollectionData &)=delete |
| TruthinessCollectionData (TruthinessCollectionData &&other)=default | |
| TruthinessCollectionData & | operator= (TruthinessCollectionData &&other)=default |
| ~TruthinessCollectionData ()=default | |
| void | clear (bool isSubsetColl) |
| podio::CollectionWriteBuffers | getCollectionBuffers (bool isSubsetColl) |
| void | prepareForWrite (bool isSubsetColl) |
| void | prepareAfterRead (uint32_t collectionID) |
| void | makeSubsetCollection () |
| void | createRelations (TruthinessObj *obj) |
| bool | setReferences (const podio::ICollectionProvider *collectionProvider, bool isSubsetColl) |
Public Attributes | |
| TruthinessObjPointerContainer | entries {} |
Class encapsulating everything related to storage of data that is needed by a collection.
| edm4eic::TruthinessCollectionData::TruthinessCollectionData | ( | ) |
Default constructor setting up the necessary buffers
| edm4eic::TruthinessCollectionData::TruthinessCollectionData | ( | podio::CollectionReadBuffers | buffers, |
| bool | isSubsetColl ) |
Constructor from existing I/O buffers
|
delete |
Non copy-able, move-only class
|
default |
|
default |
Destructor
| void edm4eic::TruthinessCollectionData::clear | ( | bool | isSubsetColl | ) |
| void edm4eic::TruthinessCollectionData::createRelations | ( | TruthinessObj * | obj | ) |
| podio::CollectionWriteBuffers edm4eic::TruthinessCollectionData::getCollectionBuffers | ( | bool | isSubsetColl | ) |
| void edm4eic::TruthinessCollectionData::makeSubsetCollection | ( | ) |
|
delete |
|
default |
| void edm4eic::TruthinessCollectionData::prepareAfterRead | ( | uint32_t | collectionID | ) |
| void edm4eic::TruthinessCollectionData::prepareForWrite | ( | bool | isSubsetColl | ) |
| bool edm4eic::TruthinessCollectionData::setReferences | ( | const podio::ICollectionProvider * | collectionProvider, |
| bool | isSubsetColl ) |
| TruthinessObjPointerContainer edm4eic::TruthinessCollectionData::entries {} |
The Objs of this collection