ATLAS Offline Software
Loading...
Searching...
No Matches
util.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef BYTESTREAMCNVSVC_OFFLINE_EFORMAT_OLD_UTIL_H
6#define BYTESTREAMCNVSVC_OFFLINE_EFORMAT_OLD_UTIL_H 1
7
15
16#include <stdint.h>
17#include "eformat/checksum.h"
18
19namespace offline_eformat {
20namespace old {
21
39uint32_t convert_to_40(const uint32_t* src, uint32_t* dest, uint32_t max,
40 eformat::CheckSum event_checksum = eformat::NO_CHECKSUM,
41 eformat::CheckSum rob_checksum = eformat::NO_CHECKSUM);
42}} // namespace offline_eformat::old
43
44#endif // BYTESTREAMCNVSVC_OFFLINE_EFORMAT_OLD_UTIL_H
#define max(a, b)
Definition cfImp.cxx:41
uint32_t convert_to_40(const uint32_t *src, uint32_t *dest, uint32_t max, eformat::CheckSum event_checksum=eformat::NO_CHECKSUM, eformat::CheckSum rob_checksum=eformat::NO_CHECKSUM)
Converts a full event fragment or a ROS fragment, from some format to v4.0 format,...
Definition util.cxx:21