|
HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
|
Event wrapper that provides bank access via dictionary. More...
#include <chain.h>
Public Member Functions | |
| chain_event () | |
| chain_event (event *ev, dictionary *dict) | |
| bank | getBank (const std::string &name) |
| Get a bank by name, reading it from the event. | |
| bank | get_bank (const std::string &name) |
| Alias for getBank (snake_case) | |
| void | readBanks (banklist &list) |
| Read event data into an existing banklist. | |
| void | read_banks (banklist &list) |
| Alias for readBanks (snake_case) | |
| event * | raw () |
| Access underlying event. | |
| const event * | raw () const |
| operator bool () const | |
| Check if valid. | |
Event wrapper that provides bank access via dictionary.
|
inline |
|
inline |
|
inline |
Get a bank by name, reading it from the event.
|
inline |
Alias for getBank (snake_case)
|
inline |
Read event data into an existing banklist.
|
inline |
Alias for readBanks (snake_case)
|
inline |
Access underlying event.
|
inline |
|
inlineexplicit |
Check if valid.