3#ifndef EDM4EIC_TrackSegment_CollectionData_H
4#define EDM4EIC_TrackSegment_CollectionData_H
15#include "podio/CollectionBuffers.h"
16#include "podio/ICollectionProvider.h"
62 void clear(
bool isSubsetColl);
74 bool setReferences(
const podio::ICollectionProvider* collectionProvider,
bool isSubsetColl);
78 podio::UVecPtr<edm4eic::Track> m_rel_track{std::make_unique<std::vector<edm4eic::Track>>()};
81 podio::UVecPtr<edm4eic::TrackPoint> m_vec_points{
nullptr};
82 std::vector<podio::UVecPtr<edm4eic::TrackPoint>> m_vecs_points{};
85 podio::CollRefCollection m_refCollections{};
86 podio::VectorMembersInfo m_vecmem_info{};
87 std::unique_ptr<TrackSegmentDataContainer> m_data{
nullptr};
void makeSubsetCollection()
Definition TrackSegmentCollectionData.cc:182
TrackSegmentObjPointerContainer entries
Definition TrackSegmentCollectionData.h:37
TrackSegmentCollectionData & operator=(TrackSegmentCollectionData &&other)=default
TrackSegmentCollectionData()
Definition TrackSegmentCollectionData.cc:14
~TrackSegmentCollectionData()=default
void prepareAfterRead(uint32_t collectionID)
Definition TrackSegmentCollectionData.cc:129
void createRelations(TrackSegmentObj *obj)
Definition TrackSegmentCollectionData.cc:144
TrackSegmentCollectionData & operator=(const TrackSegmentCollectionData &)=delete
TrackSegmentCollectionData(TrackSegmentCollectionData &&other)=default
podio::CollectionWriteBuffers getCollectionBuffers(bool isSubsetColl)
Definition TrackSegmentCollectionData.cc:78
void prepareForWrite(bool isSubsetColl)
Definition TrackSegmentCollectionData.cc:92
TrackSegmentCollectionData(const TrackSegmentCollectionData &)=delete
void clear(bool isSubsetColl)
Definition TrackSegmentCollectionData.cc:52
bool setReferences(const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
Definition TrackSegmentCollectionData.cc:149
Definition TrackSegmentObj.h:24
Definition CalorimeterHit.cc:17
std::vector< TrackSegmentData > TrackSegmentDataContainer
Definition TrackSegmentCollectionData.h:25
std::deque< TrackSegmentObj * > TrackSegmentObjPointerContainer
Definition TrackSegmentCollectionData.h:24