Project
Loading...
Searching...
No Matches
CTF.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
15
16#ifndef O2_MCH_CTF_H
17#define O2_MCH_CTF_H
18
19#include <vector>
20#include <Rtypes.h>
22#include <iosfwd>
23
24namespace o2
25{
26namespace mch
27{
28
31 uint32_t nROFs = 0;
32 uint32_t nDigits = 0;
33 uint32_t firstOrbit = 0;
34 uint16_t firstBC = 0;
35
37};
38
54
55std::ostream& operator<<(std::ostream&, const CTFHeader&);
56
57} // namespace mch
58} // namespace o2
59
60#endif
<<======================== Auxiliary classes =======================<<
std::ostream & operator<<(std::ostream &os, const o2::dataformats::MeanVertexObject &o)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Detector header base.
Header for a single CTF.
Definition CTF.h:30
uint32_t nROFs
Definition CTF.h:31
uint16_t firstBC
1st orbit of TF
Definition CTF.h:34
uint32_t firstOrbit
number of digits in TF
Definition CTF.h:33
uint32_t nDigits
number of ROFrames in TF
Definition CTF.h:32
ClassDefNV(CTFHeader, 2)
1st BC of TF
wrapper for the Entropy-encoded clusters of the TF
Definition CTF.h:40
@ BLC_padID
Definition CTF.h:50
@ BLC_tfTime
Definition CTF.h:46
@ BLC_orbitIncROF
Definition CTF.h:44
@ BLC_isSaturated
Definition CTF.h:48
@ BLC_nDigitsROF
Definition CTF.h:45
@ BLC_ADC
Definition CTF.h:51
@ BLC_nSamples
Definition CTF.h:47
@ BLC_detID
Definition CTF.h:49
@ BLC_bcIncROF
Definition CTF.h:43
ClassDefNV(CTF, 1)
static constexpr size_t N
Definition CTF.h:42