3#ifndef EDM4EIC_TensorOBJ_H
4#define EDM4EIC_TensorOBJ_H
10#include "podio/ObjectID.h"
34 std::vector<std::int64_t>*
m_shape{
nullptr};
Definition TensorData.h:15
Definition TensorObj.h:18
virtual ~TensorObj()
Definition TensorObj.cc:29
std::vector< std::int64_t > * m_int64Data
Definition TensorObj.h:36
TensorObj()
constructor
Definition TensorObj.cc:8
podio::ObjectID id
Definition TensorObj.h:32
std::vector< float > * m_floatData
Definition TensorObj.h:35
std::vector< std::int64_t > * m_shape
Definition TensorObj.h:34
TensorObj & operator=(const TensorObj &)=delete
No assignment operator.
TensorData data
Definition TensorObj.h:33
Definition CalorimeterHit.cc:18