3#ifndef EDM4EIC_TrackClusterMatch_CollectionData_H
4#define EDM4EIC_TrackClusterMatch_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::Cluster> m_rel_cluster{
nullptr};
78 podio::UVecPtr<edm4eic::Track> m_rel_track{
nullptr};
83 podio::CollRefCollection m_refCollections{};
84 podio::VectorMembersInfo m_vecmem_info{};
85 std::unique_ptr<TrackClusterMatchDataContainer> m_data{
nullptr};
Definition TrackClusterMatchCollectionData.h:32
TrackClusterMatchCollectionData & operator=(const TrackClusterMatchCollectionData &)=delete
TrackClusterMatchCollectionData(const TrackClusterMatchCollectionData &)=delete
TrackClusterMatchCollectionData & operator=(TrackClusterMatchCollectionData &&other)=default
podio::CollectionWriteBuffers getCollectionBuffers(bool isSubsetColl)
Definition TrackClusterMatchCollectionData.cc:63
void prepareAfterRead(uint32_t collectionID)
Definition TrackClusterMatchCollectionData.cc:107
void prepareForWrite(bool isSubsetColl)
Definition TrackClusterMatchCollectionData.cc:72
TrackClusterMatchObjPointerContainer entries
Definition TrackClusterMatchCollectionData.h:37
void clear(bool isSubsetColl)
Definition TrackClusterMatchCollectionData.cc:37
TrackClusterMatchCollectionData(TrackClusterMatchCollectionData &&other)=default
void makeSubsetCollection()
Definition TrackClusterMatchCollectionData.cc:171
bool setReferences(const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
Definition TrackClusterMatchCollectionData.cc:122
~TrackClusterMatchCollectionData()=default
TrackClusterMatchCollectionData()
Definition TrackClusterMatchCollectionData.cc:12
Definition CalorimeterHit.cc:18
std::vector< TrackClusterMatchData > TrackClusterMatchDataContainer
Definition TrackClusterMatchCollectionData.h:25
std::deque< TrackClusterMatchObj * > TrackClusterMatchObjPointerContainer
Definition TrackClusterMatchCollectionData.h:24