3#ifndef EDM4EIC_ProtoCluster_CollectionData_H
4#define EDM4EIC_ProtoCluster_CollectionData_H
14#include "podio/CollectionBuffers.h"
15#include "podio/ICollectionProvider.h"
61 void clear(
bool isSubsetColl);
73 bool setReferences(
const podio::ICollectionProvider* collectionProvider,
bool isSubsetColl);
77 podio::UVecPtr<edm4eic::CalorimeterHit> m_rel_hits;
78 std::vector<podio::UVecPtr<edm4eic::CalorimeterHit>> m_rel_hits_tmp{};
81 podio::UVecPtr<float> m_vec_weights{
nullptr};
82 std::vector<podio::UVecPtr<float>> m_vecs_weights{};
85 podio::CollRefCollection m_refCollections{};
86 podio::VectorMembersInfo m_vecmem_info{};
87 std::unique_ptr<ProtoClusterDataContainer> m_data{
nullptr};
Definition ProtoClusterCollectionData.h:31
void createRelations(ProtoClusterObj *obj)
Definition ProtoClusterCollectionData.cc:138
ProtoClusterCollectionData & operator=(const ProtoClusterCollectionData &)=delete
ProtoClusterCollectionData & operator=(ProtoClusterCollectionData &&other)=default
void prepareForWrite(bool isSubsetColl)
Definition ProtoClusterCollectionData.cc:82
ProtoClusterCollectionData(ProtoClusterCollectionData &&other)=default
bool setReferences(const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
Definition ProtoClusterCollectionData.cc:145
podio::CollectionWriteBuffers getCollectionBuffers(bool isSubsetColl)
Definition ProtoClusterCollectionData.cc:68
ProtoClusterCollectionData(const ProtoClusterCollectionData &)=delete
ProtoClusterCollectionData()
Definition ProtoClusterCollectionData.cc:12
void makeSubsetCollection()
Definition ProtoClusterCollectionData.cc:180
void prepareAfterRead(uint32_t collectionID)
Definition ProtoClusterCollectionData.cc:122
void clear(bool isSubsetColl)
Definition ProtoClusterCollectionData.cc:37
ProtoClusterObjPointerContainer entries
Definition ProtoClusterCollectionData.h:36
~ProtoClusterCollectionData()=default
Definition ProtoClusterObj.h:19
Definition CalorimeterHit.cc:18
std::vector< ProtoClusterData > ProtoClusterDataContainer
Definition ProtoClusterCollectionData.h:24
std::deque< ProtoClusterObj * > ProtoClusterObjPointerContainer
Definition ProtoClusterCollectionData.h:23