3#ifndef EDM4EIC_RawCALOROCHitOBJ_H
4#define EDM4EIC_RawCALOROCHitOBJ_H
12#include "podio/ObjectID.h"
37 std::vector<edm4eic::CALOROC1ASample>*
m_aSamples{
nullptr};
38 std::vector<edm4eic::CALOROC1BSample>*
m_bSamples{
nullptr};
Definition RawCALOROCHitData.h:15
Definition RawCALOROCHit.h:45
RawCALOROCHitData data
Definition RawCALOROCHitObj.h:36
std::vector< edm4eic::CALOROC1ASample > * m_aSamples
Definition RawCALOROCHitObj.h:37
RawCALOROCHitObj & operator=(const RawCALOROCHitObj &)=delete
No assignment operator.
virtual ~RawCALOROCHitObj()
Definition RawCALOROCHitObj.cc:25
RawCALOROCHitObj()
constructor
Definition RawCALOROCHitObj.cc:8
std::vector< edm4eic::CALOROC1BSample > * m_bSamples
Definition RawCALOROCHitObj.h:38
Definition CalorimeterHit.cc:17