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(ecal_tps_, 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(ecal_tps_, file);
24 return true;
25 }
◆ ecal_tps_
◆ event_
| uint64_t trigger::EventDump::event_ |
The documentation for this struct was generated from the following file: