3#ifndef EDM4EIC_TrackProtoClusterMatch_CollectionData_H
4#define EDM4EIC_TrackProtoClusterMatch_CollectionData_H
15#include "podio/CollectionBuffers.h"
16#include "podio/ICollectionProvider.h"
62 void clear(
bool isSubsetColl);
73 bool setReferences(
const podio::ICollectionProvider* collectionProvider,
bool isSubsetColl);
77 podio::UVecPtr<edm4eic::Track> m_rel_from{
nullptr};
78 podio::UVecPtr<edm4eic::ProtoCluster> m_rel_to{
nullptr};
83 podio::CollRefCollection m_refCollections{};
84 podio::VectorMembersInfo m_vecmem_info{};
85 std::unique_ptr<TrackProtoClusterMatchDataContainer> m_data{
nullptr};
void prepareForWrite(bool isSubsetColl)
Definition TrackProtoClusterMatchCollectionData.cc:76
TrackProtoClusterMatchObjPointerContainer entries
Definition TrackProtoClusterMatchCollectionData.h:37
TrackProtoClusterMatchCollectionData(TrackProtoClusterMatchCollectionData &&other)=default
TrackProtoClusterMatchCollectionData()
Definition TrackProtoClusterMatchCollectionData.cc:14
bool setReferences(const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
Definition TrackProtoClusterMatchCollectionData.cc:126
TrackProtoClusterMatchCollectionData(const TrackProtoClusterMatchCollectionData &)=delete
~TrackProtoClusterMatchCollectionData()=default
void prepareAfterRead(uint32_t collectionID)
Definition TrackProtoClusterMatchCollectionData.cc:111
void clear(bool isSubsetColl)
Definition TrackProtoClusterMatchCollectionData.cc:39
TrackProtoClusterMatchCollectionData & operator=(const TrackProtoClusterMatchCollectionData &)=delete
podio::CollectionWriteBuffers getCollectionBuffers(bool isSubsetColl)
Definition TrackProtoClusterMatchCollectionData.cc:67
TrackProtoClusterMatchCollectionData & operator=(TrackProtoClusterMatchCollectionData &&other)=default
void makeSubsetCollection()
Definition TrackProtoClusterMatchCollectionData.cc:173
Definition CalorimeterHit.cc:17
std::vector< TrackProtoClusterMatchData > TrackProtoClusterMatchDataContainer
Definition TrackProtoClusterMatchCollectionData.h:25
std::deque< TrackProtoClusterMatchObj * > TrackProtoClusterMatchObjPointerContainer
Definition TrackProtoClusterMatchCollectionData.h:24