ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
HLT
Trigger
TrigControl
TrigDFEmulator
src
eformat_utils.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGDFEMULATOR_EFORMAT_UTILS_H
6
#define TRIGDFEMULATOR_EFORMAT_UTILS_H
7
8
#include <vector>
9
#include <cstdint>
10
#include "eformat/compression.h"
11
12
namespace
DFEF
{
13
23
std::vector<uint32_t>
24
merge_hltresult_with_input_event
(
const
uint32_t* hltresult,
25
const
uint32_t* input,
26
eformat::Compression comp,
27
unsigned
int
comp_level);
28
}
// namespace DFEF
29
30
#endif
// TRIGDFEMULATOR_EFORMAT_UTILS_H
DFEF
Definition
EFInterfaceEmulator.h:38
DFEF::merge_hltresult_with_input_event
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...
Generated on
for ATLAS Offline Software by
1.17.0