ATLAS Offline Software
Loading...
Searching...
No Matches
DFEF Namespace Reference

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.

Function Documentation

◆ merge_hltresult_with_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.

Parameters
hltresultPointer to serialized FullEventFragment filled by HLT, contains a full header, HLT result ROBs and possibly simulated L1 ROBs
inputPointer to serialized FullEventFragment, which was input for event processing.
compCompression type
comp_levelCompression Level
Returns
merged_event vector that holds the serialized FullEventFragment