|
HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
|
Functions | |
| void | reaction_get_vector_debug (double *vec) |
| void | reaction_define (const char *file, double energy, int *pids, int *counts, int length) |
| void | reaction_get_vector (double *vec, int *signs, int *pids, int *skips, double *masses, int length) |
| void | reaction_get_cm (double *vec) |
| bool | reaction_is_valid () |
| bool | reaction_next () |
| void | get_format_string (char *data) |
Variables | |
| fizika::reaction * | __reaction |
| void reaction_get_vector_debug | ( | double * | vec | ) |
| void reaction_define | ( | const char * | file, |
| double | energy, | ||
| int * | pids, | ||
| int * | counts, | ||
| int | length | ||
| ) |
| void reaction_get_vector | ( | double * | vec, |
| int * | signs, | ||
| int * | pids, | ||
| int * | skips, | ||
| double * | masses, | ||
| int | length | ||
| ) |
| void reaction_get_cm | ( | double * | vec | ) |
| bool reaction_is_valid | ( | ) |
| bool reaction_next | ( | ) |
| void get_format_string | ( | char * | data | ) |
| fizika::reaction* __reaction |