Project
Loading...
Searching...
No Matches
GPUTPCGMMergedTrackHit.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 GPUTPCGMMERGEDTRACKHIT_H
16#define GPUTPCGMMERGEDTRACKHIT_H
17
18#include "GPUCommonDef.h"
19
20namespace o2::gpu
21{
23 uint32_t num;
24 uint8_t sector, row, leg, state;
25
26 // NOTE: the lower states must match those from ClusterNative!
27 // TODO: take them directly from clusterNative header.
28 enum hitState { flagSplitPad = 0x1,
30 flagSplit = 0x3,
31 flagEdge = 0x4,
33 flagShared = 0x10,
37 flagReject = 0x60,
38 flagNotFit = 0x80 };
39};
40
42 float x, y, z;
43 uint16_t amp;
44#ifdef GPUCA_TPC_RAW_PROPAGATE_PAD_ROW_TIME
45 float pad;
46 float time;
47#endif
48};
49
50} // namespace o2::gpu
51
52#endif
int16_t time
Definition RawEventData.h:4