11#ifndef FRAMEWORK_DATACHUNK_H
12#define FRAMEWORK_DATACHUNK_H
26class DataChunk :
public std::vector<char, o2::pmr::polymorphic_allocator<char>>
DataChunk & operator=(DataChunk &&)=default
DataChunk(size_t size, const o2::pmr::polymorphic_allocator< char > &allocator)
DataChunk & operator=(const DataChunk &)=delete
DataChunk(DataChunk &&)=default
DataChunk(const DataChunk &)=delete
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Defining DataPointCompositeObject explicitly as copiable.