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
36 const std::string print(const xAOD::CTPResult& ctpRes);
37
38} // namespace CTPResultUtils
39
40#endif // TRIGT1INTERFACES_CTPRESULTUTILS_H
Utility functions for xAOD::CTPResult objects that rely on tdaq-common.
const std::string print(const xAOD::CTPResult &ctpRes)
Print object content in human readable format in a string.
CTPResult_v1 CTPResult
Define the latest version of the CTPResult class.
void initialize()