Definition at line 13 of file DiscreteInputs.h.
◆ fill()
void trigger::ldmx_int::EcalTP::fill |
( |
int |
_tid, |
|
|
float |
_tp |
|
) |
| |
|
inline |
◆ operator<()
bool trigger::ldmx_int::EcalTP::operator< |
( |
const EcalTP & |
other | ) |
const |
|
inline |
◆ readFromFile()
void trigger::ldmx_int::EcalTP::readFromFile |
( |
FILE * |
file | ) |
|
|
inline |
Definition at line 27 of file DiscreteInputs.h.
27 {
28 fread(&tid, sizeof(uint32_t), 1, file);
29 fread(&tp, sizeof(uint32_t), 1, file);
30 }
◆ writeToFile()
void trigger::ldmx_int::EcalTP::writeToFile |
( |
FILE * |
file | ) |
const |
|
inline |
Definition at line 23 of file DiscreteInputs.h.
23 {
24 fwrite(&tid, sizeof(uint32_t), 1, file);
25 fwrite(&tp, sizeof(uint32_t), 1, file);
26 }
◆ tid
uint32_t trigger::ldmx_int::EcalTP::tid |
◆ tp
uint32_t trigger::ldmx_int::EcalTP::tp |
The documentation for this struct was generated from the following file: