ATLAS Offline Software
Loading...
Searching...
No Matches
CTPResultUtils.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 TRIGT1INTERFACES_CTPRESULTUTILS_H
6#define TRIGT1INTERFACES_CTPRESULTUTILS_H
7
8// xAOD include
10
11// Forward declaration(s):
12class MsgStream;
13
18
19namespace CTPResultUtils {
20
29 void initialize(xAOD::CTPResult& ctpRes, const uint32_t ctpVersionNumber, std::vector<uint32_t>& data, const uint32_t nExtraWords=0);
30
34 void dumpData(xAOD::CTPResult& ctpRes);
35
40 void dumpData(xAOD::CTPResult& ctpRes, MsgStream& log);
41
42} // namespace CTPResultUtils
43
44#endif // TRIGT1INTERFACES_CTPRESULTUTILS_H
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
Utility functions for xAOD::CTPResult objects that rely on tdaq-common.
void dumpData(xAOD::CTPResult &ctpRes)
Print object content to default message stream.
CTPResult_v1 CTPResult
Define the latest version of the CTPResult class.
void initialize()