![]() |
ATLAS Offline Software
|
Classes | |
| class | BadConfiguration |
| class | EFInterfaceEmulator |
| class | FileReaderWriter |
| Class that handles reading/writing to ATLAS Event files. More... | |
| class | NoMoreEventsInFile |
| class | ProblemReadingFromFile |
Functions | |
| std::vector< uint32_t > | merge_hltresult_with_input_event (const uint32_t *hltresult, const uint32_t *input, eformat::Compression comp, unsigned int comp_level) |
| Merge two events: Take header and robs from hltresult event, add all res of the ROBS from input event. | |
| std::vector< uint32_t > DFEF::merge_hltresult_with_input_event | ( | const uint32_t * | hltresult, |
| const uint32_t * | input, | ||
| eformat::Compression | comp, | ||
| unsigned int | comp_level ) |
Merge two events: Take header and robs from hltresult event, add all res of the ROBS from input event.
| hltresult | Pointer to serialized FullEventFragment filled by HLT, contains a full header, HLT result ROBs and possibly simulated L1 ROBs |
| input | Pointer to serialized FullEventFragment, which was input for event processing. |
| comp | Compression type |
| comp_level | Compression Level |