Project
Loading...
Searching...
No Matches
RawHeaderStream.h
Go to the documentation of this file.
1// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3// All rights not expressly granted are reserved.
4//
5// This software is distributed under the terms of the GNU General Public
6// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7//
8// In applying this license CERN does not waive the privileges and immunities
9// granted to it by virtue of its status as an Intergovernmental Organization
10// or submit itself to any jurisdiction.
11
17
18#ifndef DETECTOR_RAW_RAWHEADERSTREAM_H
19#define DETECTOR_RAW_RAWHEADERSTREAM_H
20
21#include <iosfwd>
23
24namespace o2
25{
26
27namespace raw
28{
29
30std::istream& operator>>(std::istream& stream, o2::header::RAWDataHeaderV4& header);
31std::istream& operator>>(std::istream& stream, o2::header::RAWDataHeaderV5& header);
32std::istream& operator>>(std::istream& stream, o2::header::RAWDataHeaderV6& header);
33std::istream& operator>>(std::istream& stream, o2::header::RAWDataHeaderV7& header);
34
35std::ostream& operator<<(std::ostream& stream, const o2::header::RAWDataHeaderV4& header);
36std::ostream& operator<<(std::ostream& stream, const o2::header::RAWDataHeaderV5& header);
37std::ostream& operator<<(std::ostream& stream, const o2::header::RAWDataHeaderV6& header);
38std::ostream& operator<<(std::ostream& stream, const o2::header::RAWDataHeaderV7& header);
39
40} // namespace raw
41
42} // namespace o2
43#endif // DETECTOR_RAW_RAWHEADERSTREAM_H
Definition of the RAW Data Header.
GLuint GLuint stream
Definition glcorearb.h:1806
std::istream & operator>>(std::istream &stream, o2::header::RAWDataHeaderV4 &header)
std::ostream & operator<<(std::ostream &stream, const o2::header::RAWDataHeaderV4 &header)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...