Project
Loading...
Searching...
No Matches
RecPoints.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#include "FT0Base/Geometry.h"
16#include <cmath>
17#include <cassert>
18#include <iostream>
20#include <Framework/Logger.h>
21
22using namespace o2::ft0;
23
25{
26 printf(" ChID% d | CFDtime=%f | QTCampl=%f QTC chain %d\n", ChId, CFDTime, QTCAmpl, ChainQTC);
27}
28
29gsl::span<const ChannelDataFloat> RecPoints::getBunchChannelData(const gsl::span<const ChannelDataFloat> tfdata) const
30{
31 // extract the span of channel data for this bunch from the whole TF data
32 return ref.getEntries() ? gsl::span<const ChannelDataFloat>(tfdata).subspan(ref.getFirstEntry(), ref.getEntries()) : gsl::span<const ChannelDataFloat>();
33}
34
35void RecPoints::print() const
36{
37 LOG(info) << "RecPoint data:";
38 LOG(info) << "Collision times: mean: " << getCollisionTimeMean() << ", A: " << getCollisionTimeA() << ", C: " << getCollisionTimeC();
39 LOG(info) << "Vertex: " << getVertex();
40 LOG(info) << "Ref first: " << ref.getFirstEntry() << ", Ref entries: " << ref.getEntries();
41 LOG(info) << "Triggers: " << mTriggers.print();
42}
Class to describe fired and stored channels for the BC and to refer to channel data.
Definition of the FIT RecPoints class.
std::string print() const
Definition Triggers.cxx:18
short getCollisionTimeA() const
Definition RecPoints.h:123
void print() const
Definition RecPoints.cxx:35
short getCollisionTimeC() const
Definition RecPoints.h:124
short getVertex() const
Definition RecPoints.h:128
short getCollisionTimeMean() const
Definition RecPoints.h:122
gsl::span< const ChannelDataFloat > getBunchChannelData(const gsl::span< const ChannelDataFloat > tfdata) const
Definition RecPoints.cxx:29
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"