Skip to content

MetadataInventory::Entry

#include <sbio/formats/random/random_traits.hh>
struct Entry

Defined in src/lib/sbio/formats/random/random_traits.hh:244

Name Kind Owner
name variable Declared here
type variable Declared here
rank variable Declared here
shape variable Declared here
dtype variable Declared here
offset_in_event variable Declared here
size variable Declared here
Return Name Description
char name
char type
hd_std::uint16_t rank
hd_std::uint32_t shape
ncarray::DType dtype
hd_std::size_t offset_in_event Byte offset in the flat event buffer.
hd_std::size_t size Total bytes for this detector’s data.

char name

Defined in src/lib/sbio/formats/random/random_traits.hh:245


char type

Defined in src/lib/sbio/formats/random/random_traits.hh:246


hd_std::uint16_t rank

Defined in src/lib/sbio/formats/random/random_traits.hh:247


hd_std::uint32_t shape

Defined in src/lib/sbio/formats/random/random_traits.hh:248


ncarray::DType dtype

Defined in src/lib/sbio/formats/random/random_traits.hh:249


hd_std::size_t offset_in_event { 0 }

Defined in src/lib/sbio/formats/random/random_traits.hh:250

Byte offset in the flat event buffer.


hd_std::size_t size { 0 }

Defined in src/lib/sbio/formats/random/random_traits.hh:251

Total bytes for this detector’s data.