3#ifndef EICD_ProtoClusterOBJ_H
4#define EICD_ProtoClusterOBJ_H
11#include "podio/ObjBase.h"
34 std::vector<eicd::CalorimeterHit>*
m_hits{
nullptr};
Definition: ProtoClusterData.h:14
Definition: ProtoClusterObj.h:19
ProtoClusterObj()
constructor
Definition: ProtoClusterObj.cc:6
std::vector< float > * m_weights
Definition: ProtoClusterObj.h:35
ProtoClusterObj & operator=(const ProtoClusterObj &)=delete
No assignment operator.
std::vector< eicd::CalorimeterHit > * m_hits
Definition: ProtoClusterObj.h:34
ProtoClusterData data
Definition: ProtoClusterObj.h:33
virtual ~ProtoClusterObj()
Definition: ProtoClusterObj.cc:25
Definition: CalorimeterHit.cc:13