3#ifndef EICD_TrackSegment_CollectionData_H
4#define EICD_TrackSegment_CollectionData_H
12#include "podio/CollectionBuffers.h"
13#include "podio/ICollectionProvider.h"
54 void clear(
bool isSubsetColl);
66 bool setReferences(
const podio::ICollectionProvider* collectionProvider,
bool isSubsetColl);
70 podio::UVecPtr<eicd::Track> m_rel_track;
73 podio::UVecPtr<eicd::TrackPoint> m_vec_points;
74 std::vector<podio::UVecPtr<eicd::TrackPoint>> m_vecs_points{};
77 podio::CollRefCollection m_refCollections{};
78 podio::VectorMembersInfo m_vecmem_info{};
79 std::unique_ptr<TrackSegmentDataContainer> m_data{
nullptr};
Definition: TrackSegmentCollectionData.h:29
TrackSegmentCollectionData()
Definition: TrackSegmentCollectionData.cc:12
TrackSegmentCollectionData & operator=(TrackSegmentCollectionData &&other)=default
void prepareAfterRead(int collectionID)
Definition: TrackSegmentCollectionData.cc:92
void prepareForWrite(bool isSubsetColl)
Definition: TrackSegmentCollectionData.cc:55
void createRelations(TrackSegmentObj *obj)
Definition: TrackSegmentCollectionData.cc:107
podio::CollectionBuffers getCollectionBuffers(bool isSubsetColl)
Definition: TrackSegmentCollectionData.cc:44
TrackSegmentCollectionData(const TrackSegmentCollectionData &)=delete
TrackSegmentObjPointerContainer entries
Definition: TrackSegmentCollectionData.h:34
TrackSegmentCollectionData(TrackSegmentCollectionData &&other)=default
void clear(bool isSubsetColl)
Definition: TrackSegmentCollectionData.cc:20
void makeSubsetCollection()
Definition: TrackSegmentCollectionData.cc:146
~TrackSegmentCollectionData()=default
TrackSegmentCollectionData & operator=(const TrackSegmentCollectionData &)=delete
bool setReferences(const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
Definition: TrackSegmentCollectionData.cc:112
Definition: TrackSegmentObj.h:23
Definition: CalorimeterHit.cc:13
std::vector< TrackSegmentData > TrackSegmentDataContainer
Definition: TrackSegmentCollectionData.h:22
std::deque< TrackSegmentObj * > TrackSegmentObjPointerContainer
Definition: TrackSegmentCollectionData.h:21