Project
Loading...
Searching...
No Matches
ClusterAccumulator.h
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
15#ifndef O2_GPU_CLUSTER_ACCUMULATOR_H
16#define O2_GPU_CLUSTER_ACCUMULATOR_H
17
18#include "clusterFinderDefs.h"
19#include "PackedCharge.h"
20#include "Array2D.h"
21
22namespace o2
23{
24
25namespace tpc
26{
27struct ClusterNative;
28}
29
30namespace gpu
31{
32
33struct ChargePos;
34struct GPUParam;
35class GPUTPCGeometry;
36
38{
39
40 public:
43
44 GPUd() void setFull(float qtot, float padMean, float padSigma, float timeMean, float timeSigma, uint8_t splitInPad, uint8_t splitInTime)
45 {
46 mQtot = qtot;
53 }
54
55 GPUd() void finalize(const ChargePos&, const tpccf::Charge, tpccf::TPCTime);
56 GPUd() bool toNative(const ChargePos&, const tpccf::Charge, tpc::ClusterNative&, const GPUParam&, const Array2D<PackedCharge>&);
57
58 private:
59 float mQtot = 0;
60 float mPadMean = 0;
61 float mPadSigma = 0;
62 float mTimeMean = 0;
63 float mTimeSigma = 0;
64 uint8_t mSplitInTime = 0;
65 uint8_t mSplitInPad = 0;
66
67 GPUd() void update(tpccf::Charge, tpccf::Delta2);
68};
69
70} // namespace gpu
71} // namespace o2
72
73#endif
GPUd() tpccf GPUd() tpccf GPUd() void setFull(float qtot
GPUd() tpccf GPUd() tpccf float float float float uint8_t uint8_t splitInTime
GPUd() void final ize(const ChargePos &
GPUd() tpccf GPUd() tpccf float float padSigma
GPUd() tpccf GPUd() tpccf float float float timeMean
GPUd() tpccf GPUd() tpccf float float float float uint8_t splitInPad
GPUd() tpccf GPUd() tpccf float float float float timeSigma
GPUd() tpccf GPUd() tpccf float padMean
typedef void(APIENTRYP PFNGLCULLFACEPROC)(GLenum mode)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...