16-bit data bank More...
#include <TMidasStructs.h>

Public Attributes | |
| char | fName [4] |
| bank name | |
| uint16_t | fType |
| type of data (see midas.h TID_xxx) | |
| uint16_t | fDataSize |
16-bit data bank
Definition at line 33 of file TMidasStructs.h.
| uint16_t TMidas_BANK::fDataSize |
Definition at line 36 of file TMidasStructs.h.
Referenced by TMidasEvent::FindBank(), TMidasEvent::IterateBank(), and TMidasEvent::SwapBytes().
| char TMidas_BANK::fName |
bank name
Definition at line 34 of file TMidasStructs.h.
Referenced by TMidasEvent::FindBank(), and TMidasEvent::SetBankList().
| uint16_t TMidas_BANK::fType |
type of data (see midas.h TID_xxx)
Definition at line 35 of file TMidasStructs.h.
Referenced by TMidasEvent::FindBank(), and TMidasEvent::SwapBytes().
1.6.1