ATLAS Offline Software
Loading...
Searching...
No Matches
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
12namespace DFEF {
13
23std::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
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...