3#ifndef EDM4EIC_TrackClusterMatch_CollectionData_H
4#define EDM4EIC_TrackClusterMatch_CollectionData_H
16#include "podio/CollectionBuffers.h"
17#include "podio/ICollectionProvider.h"
63 void clear(
bool isSubsetColl);
74 bool setReferences(
const podio::ICollectionProvider* collectionProvider,
bool isSubsetColl);
78 podio::UVecPtr<edm4eic::Cluster> m_rel_cluster{std::make_unique<std::vector<edm4eic::Cluster>>()};
79 podio::UVecPtr<edm4eic::Track> m_rel_track{std::make_unique<std::vector<edm4eic::Track>>()};
84 podio::CollRefCollection m_refCollections{};
85 podio::VectorMembersInfo m_vecmem_info{};
86 std::unique_ptr<TrackClusterMatchDataContainer> m_data{
nullptr};
TrackClusterMatchCollectionData & operator=(const TrackClusterMatchCollectionData &)=delete
TrackClusterMatchCollectionData(const TrackClusterMatchCollectionData &)=delete
TrackClusterMatchCollectionData & operator=(TrackClusterMatchCollectionData &&other)=default
podio::CollectionWriteBuffers getCollectionBuffers(bool isSubsetColl)
Definition TrackClusterMatchCollectionData.cc:79
void prepareAfterRead(uint32_t collectionID)
Definition TrackClusterMatchCollectionData.cc:123
void prepareForWrite(bool isSubsetColl)
Definition TrackClusterMatchCollectionData.cc:88
TrackClusterMatchObjPointerContainer entries
Definition TrackClusterMatchCollectionData.h:38
void clear(bool isSubsetColl)
Definition TrackClusterMatchCollectionData.cc:51
TrackClusterMatchCollectionData(TrackClusterMatchCollectionData &&other)=default
void makeSubsetCollection()
Definition TrackClusterMatchCollectionData.cc:185
bool setReferences(const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
Definition TrackClusterMatchCollectionData.cc:138
~TrackClusterMatchCollectionData()=default
TrackClusterMatchCollectionData()
Definition TrackClusterMatchCollectionData.cc:14
Definition CalorimeterHit.cc:17
std::vector< TrackClusterMatchData > TrackClusterMatchDataContainer
Definition TrackClusterMatchCollectionData.h:26
std::deque< TrackClusterMatchObj * > TrackClusterMatchObjPointerContainer
Definition TrackClusterMatchCollectionData.h:25