3#ifndef EDM4EIC_TrackSegment_CollectionData_H
4#define EDM4EIC_TrackSegment_CollectionData_H
14#include "podio/CollectionBuffers.h"
15#include "podio/ICollectionProvider.h"
61 void clear(
bool isSubsetColl);
73 bool setReferences(
const podio::ICollectionProvider* collectionProvider,
bool isSubsetColl);
77 podio::UVecPtr<edm4eic::Track> m_rel_track{
nullptr};
80 podio::UVecPtr<edm4eic::TrackPoint> m_vec_points{
nullptr};
81 std::vector<podio::UVecPtr<edm4eic::TrackPoint>> m_vecs_points{};
84 podio::CollRefCollection m_refCollections{};
85 podio::VectorMembersInfo m_vecmem_info{};
86 std::unique_ptr<TrackSegmentDataContainer> m_data{
nullptr};
Definition TrackSegmentCollectionData.h:31
void makeSubsetCollection()
Definition TrackSegmentCollectionData.cc:166
TrackSegmentObjPointerContainer entries
Definition TrackSegmentCollectionData.h:36
TrackSegmentCollectionData & operator=(TrackSegmentCollectionData &&other)=default
TrackSegmentCollectionData()
Definition TrackSegmentCollectionData.cc:12
~TrackSegmentCollectionData()=default
void prepareAfterRead(uint32_t collectionID)
Definition TrackSegmentCollectionData.cc:112
void createRelations(TrackSegmentObj *obj)
Definition TrackSegmentCollectionData.cc:127
TrackSegmentCollectionData & operator=(const TrackSegmentCollectionData &)=delete
TrackSegmentCollectionData(TrackSegmentCollectionData &&other)=default
podio::CollectionWriteBuffers getCollectionBuffers(bool isSubsetColl)
Definition TrackSegmentCollectionData.cc:61
void prepareForWrite(bool isSubsetColl)
Definition TrackSegmentCollectionData.cc:75
TrackSegmentCollectionData(const TrackSegmentCollectionData &)=delete
void clear(bool isSubsetColl)
Definition TrackSegmentCollectionData.cc:37
bool setReferences(const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
Definition TrackSegmentCollectionData.cc:132
Definition TrackSegmentObj.h:23
Definition CalorimeterHit.cc:18
std::vector< TrackSegmentData > TrackSegmentDataContainer
Definition TrackSegmentCollectionData.h:24
std::deque< TrackSegmentObj * > TrackSegmentObjPointerContainer
Definition TrackSegmentCollectionData.h:23