ROOTANA
Data Fields
TMBank Class Reference

#include <midasio.h>

Collaboration diagram for TMBank:
Collaboration graph
[legend]

Data Fields

std::string name
 bank name, 4 characters max More...
 
uint32_t type = 0
 type of bank data, enum of TID_xxx More...
 
uint32_t data_size = 0
 size of bank data in bytes More...
 
size_t data_offset = 0
 offset of data for this bank in the event data[] container More...
 

Detailed Description

Definition at line 43 of file midasio.h.

Field Documentation

◆ data_offset

size_t TMBank::data_offset = 0

offset of data for this bank in the event data[] container

Definition at line 49 of file midasio.h.

◆ data_size

uint32_t TMBank::data_size = 0

size of bank data in bytes

Definition at line 48 of file midasio.h.

◆ name

std::string TMBank::name

bank name, 4 characters max

Definition at line 46 of file midasio.h.

◆ type

uint32_t TMBank::type = 0

type of bank data, enum of TID_xxx

Definition at line 47 of file midasio.h.


The documentation for this class was generated from the following file: