3#ifndef EDM4EIC_TrackProtoClusterMatch_CollectionData_H
4#define EDM4EIC_TrackProtoClusterMatch_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::Track> m_rel_from{std::make_unique<std::vector<edm4eic::Track>>()};
79 podio::UVecPtr<edm4eic::ProtoCluster> m_rel_to{std::make_unique<std::vector<edm4eic::ProtoCluster>>()};
84 podio::CollRefCollection m_refCollections{};
85 podio::VectorMembersInfo m_vecmem_info{};
86 std::unique_ptr<TrackProtoClusterMatchDataContainer> m_data{
nullptr};
void prepareForWrite(bool isSubsetColl)
Definition TrackProtoClusterMatchCollectionData.cc:88
TrackProtoClusterMatchObjPointerContainer entries
Definition TrackProtoClusterMatchCollectionData.h:38
TrackProtoClusterMatchCollectionData(TrackProtoClusterMatchCollectionData &&other)=default
TrackProtoClusterMatchCollectionData()
Definition TrackProtoClusterMatchCollectionData.cc:14
bool setReferences(const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
Definition TrackProtoClusterMatchCollectionData.cc:138
TrackProtoClusterMatchCollectionData(const TrackProtoClusterMatchCollectionData &)=delete
~TrackProtoClusterMatchCollectionData()=default
void prepareAfterRead(uint32_t collectionID)
Definition TrackProtoClusterMatchCollectionData.cc:123
void clear(bool isSubsetColl)
Definition TrackProtoClusterMatchCollectionData.cc:51
TrackProtoClusterMatchCollectionData & operator=(const TrackProtoClusterMatchCollectionData &)=delete
podio::CollectionWriteBuffers getCollectionBuffers(bool isSubsetColl)
Definition TrackProtoClusterMatchCollectionData.cc:79
TrackProtoClusterMatchCollectionData & operator=(TrackProtoClusterMatchCollectionData &&other)=default
void makeSubsetCollection()
Definition TrackProtoClusterMatchCollectionData.cc:185
Definition CalorimeterHit.cc:17
std::vector< TrackProtoClusterMatchData > TrackProtoClusterMatchDataContainer
Definition TrackProtoClusterMatchCollectionData.h:26
std::deque< TrackProtoClusterMatchObj * > TrackProtoClusterMatchObjPointerContainer
Definition TrackProtoClusterMatchCollectionData.h:25