Project
Loading...
Searching...
No Matches
RawEventData.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
13
14using namespace o2::fit;
15
17{
18 LOG(info) << std::hex;
19 LOG(info) << "################EventHeader###############";
20 LOG(info) << "startDescriptor: " << startDescriptor;
21 LOG(info) << "nGBTWords: " << nGBTWords;
22 LOG(info) << "BC: " << bc;
23 LOG(info) << "Orbit: " << orbit;
24 LOG(info) << "##########################################";
25 LOG(info) << std::dec;
26}
27
28void EventData::print() const
29{
30 LOG(info) << std::hex;
31 LOG(info) << "###############EventData(PM)##############";
32 LOG(info) << "------------Channel " << channelID << "------------";
33 LOG(info) << "Charge: " << charge;
34 LOG(info) << "Time: " << time;
35 LOG(info) << "##########################################";
36 LOG(info) << std::dec;
37}
38
39void TCMdata::print() const
40{
41 LOG(info) << std::hex;
42 LOG(info) << "################TCMdata###################";
43 LOG(info) << "orC: " << orC;
44 LOG(info) << "orA: " << orA;
45 LOG(info) << "sCen: " << sCen;
46 LOG(info) << "cen: " << cen;
47 LOG(info) << "vertex: " << vertex;
48 LOG(info) << "laser: " << laser;
49 LOG(info) << "outputsAreBlocked: " << outputsAreBlocked;
50 LOG(info) << "dataIsValid: " << dataIsValid;
51 LOG(info) << "nChanA: " << nChanA;
52 LOG(info) << "nChanC: " << nChanC;
53 LOG(info) << "amplA: " << amplA;
54 LOG(info) << "amplC: " << amplC;
55 LOG(info) << "timeA: " << timeA;
56 LOG(info) << "timeC: " << timeC;
57 LOG(info) << "##########################################";
58 LOG(info) << std::dec;
59}
60
62{
63 LOG(info) << std::hex;
64 LOG(info) << "############TCMdataExtended###############";
65 LOG(info) << "triggerWord: " << triggerWord;
66 LOG(info) << "##########################################";
67 LOG(info) << std::dec;
68}
void print() const
uint64_t outputsAreBlocked
uint64_t dataIsValid
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"