MetadataInventory::Entry
#include <sbio/formats/random/random_traits.hh>struct EntryDefined in src/lib/sbio/formats/random/random_traits.hh:244
List of all members
Section titled “List of all members”| 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 |
Public Attributes
Section titled “Public Attributes”| 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 nameDefined in src/lib/sbio/formats/random/random_traits.hh:245
char typeDefined in src/lib/sbio/formats/random/random_traits.hh:246
hd_std::uint16_t rankDefined in src/lib/sbio/formats/random/random_traits.hh:247
hd_std::uint32_t shapeDefined in src/lib/sbio/formats/random/random_traits.hh:248
ncarray::DType dtypeDefined in src/lib/sbio/formats/random/random_traits.hh:249
offset_in_event
Section titled “offset_in_event”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.