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
16
#include "
DataFormatsFDD/RecPoint.h
"
17
#include "
Framework/Logger.h
"
18
19
using namespace
o2::fdd
;
20
21
void
ChannelDataFloat::print
()
const
22
{
23
LOG
(info) <<
"ChannelDataFloat data:"
;
24
LOG
(info) <<
"Channel ID: "
<<
mPMNumber
<<
", Time (ps): "
<<
mTime
<<
", Charge (ADC): "
<<
mChargeADC
<<
", QTC chain: "
<<
adcId
;
25
}
26
27
void
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
}
Logger.h
RecPoint.h
Definition of the FDD RecPoint class.
o2::fdd::RecPoint::getCollisionTimeA
float getCollisionTimeA() const
Definition
RecPoint.h:69
o2::fdd::RecPoint::getCollisionTimeC
float getCollisionTimeC() const
Definition
RecPoint.h:70
o2::fdd::RecPoint::print
void print() const
Definition
RecPoint.cxx:27
o2::fit::Triggers::print
std::string print() const
Definition
Triggers.cxx:18
o2::fdd
Definition
SimTraits.h:147
o2::fdd::ChannelDataFloat::mChargeADC
double mChargeADC
Definition
RecPoint.h:34
o2::fdd::ChannelDataFloat::adcId
int adcId
Definition
RecPoint.h:32
o2::fdd::ChannelDataFloat::mPMNumber
int mPMNumber
Definition
RecPoint.h:31
o2::fdd::ChannelDataFloat::print
void print() const
Definition
RecPoint.cxx:21
o2::fdd::ChannelDataFloat::mTime
double mTime
Definition
RecPoint.h:33
LOG
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"
DataFormats
Detectors
FIT
FDD
src
RecPoint.cxx
Generated on Fri Apr 4 2025 15:09:34 for Project by
1.9.8