Project
Loading...
Searching...
No Matches
RecPoint.cxx
Go to the documentation of this file.
1// Copyright 2019-2024 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
17#include "Framework/Logger.h"
18
19using namespace o2::fdd;
20
22{
23 LOG(info) << "ChannelDataFloat data:";
24 LOG(info) << "Channel ID: " << mPMNumber << ", Time (ps): " << mTime << ", Charge (ADC): " << mChargeADC << ", QTC chain: " << adcId;
25}
26
27void RecPoint::print() const
28{
29 LOG(info) << "RecPoint data:";
30 LOG(info) << "Collision times: A: " << getCollisionTimeA() << ", C: " << getCollisionTimeC();
31 LOG(info) << "Ref first: " << mRef.getFirstEntry() << ", Ref entries: " << mRef.getEntries();
32 LOG(info) << "Triggers: " << mTriggers.print();
33}
Definition of the FDD RecPoint class.
float getCollisionTimeA() const
Definition RecPoint.h:69
float getCollisionTimeC() const
Definition RecPoint.h:70
void print() const
Definition RecPoint.cxx:27
std::string print() const
Definition Triggers.cxx:18
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"