Definition at line 11 of file DiscreteInputs_IO.h.
◆ EventDump()
trigger::EventDump::EventDump |
( |
| ) |
|
|
inline |
◆ readFromFile()
bool trigger::EventDump::readFromFile |
( |
FILE * |
file | ) |
|
|
inline |
Definition at line 16 of file DiscreteInputs_IO.h.
16 {
17 if (!fread(&event, sizeof(uint64_t), 1, file)) return false;
18 ldmx_int::readManyFromFile(EcalTPs, file);
19 return true;
20 }
◆ writeToFile()
bool trigger::EventDump::writeToFile |
( |
FILE * |
file | ) |
|
|
inline |
Definition at line 21 of file DiscreteInputs_IO.h.
21 {
22 fwrite(&event, sizeof(uint64_t), 1, file);
23 ldmx_int::writeManyToFile(EcalTPs, file);
24 return true;
25 }
◆ EcalTPs
◆ event
uint64_t trigger::EventDump::event |
The documentation for this struct was generated from the following file: