#include <TensorObj.h>
◆ TensorObj() [1/3]
edm4eic::TensorObj::TensorObj |
( |
| ) |
|
◆ TensorObj() [2/3]
edm4eic::TensorObj::TensorObj |
( |
const TensorObj & | other | ) |
|
copy constructor (does a deep-copy of relation containers)
◆ TensorObj() [3/3]
edm4eic::TensorObj::TensorObj |
( |
const podio::ObjectID | id, |
|
|
TensorData | data ) |
constructor from ObjectID and TensorData does not initialize the internal relation containers
◆ ~TensorObj()
edm4eic::TensorObj::~TensorObj |
( |
| ) |
|
|
virtual |
◆ operator=()
◆ data
◆ id
podio::ObjectID edm4eic::TensorObj::id |
◆ m_floatData
std::vector<float>* edm4eic::TensorObj::m_floatData {nullptr} |
◆ m_int64Data
std::vector<std::int64_t>* edm4eic::TensorObj::m_int64Data {nullptr} |
◆ m_shape
std::vector<std::int64_t>* edm4eic::TensorObj::m_shape {nullptr} |
The documentation for this class was generated from the following files: