Project
Loading...
Searching...
No Matches
BCRecData.cxx
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
14#include <bitset>
15
16using namespace o2::zdc;
17
18void BCRecData::print() const
19{
20 printf("Orbit %9u bc %4u nch=%2d pos %d ntdc=%2d pos %d nmsg=%2d pos %d nwav=%d pos %d\n", ir.orbit, ir.bc,
21 refe.getEntries(), refe.getFirstEntry(),
22 reft.getEntries(), reft.getFirstEntry(),
23 refi.getEntries(), refi.getFirstEntry(),
24 refw.getEntries(), refw.getFirstEntry());
25}
Class to refer to the reconstructed information.
Container class to store NTimeBinsPerBC ADC values of single ZDC channel.
uint32_t orbit
LHC orbit.
uint16_t bc
bunch crossing ID of interaction
o2::dataformats::RangeRefComp< 5 > reft
Definition BCRecData.h:36
o2::InteractionRecord ir
Definition BCRecData.h:32
o2::dataformats::RangeRefComp< 5 > refw
Definition BCRecData.h:38
o2::dataformats::RangeRefComp< 5 > refe
Definition BCRecData.h:35
void print() const
Definition BCRecData.cxx:18
o2::dataformats::RangeRefComp< 5 > refi
Definition BCRecData.h:37