Project
Loading...
Searching...
No Matches
TrackTRD.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_DATAFORMATS_TRACK_TRD_H
16#define O2_DATAFORMATS_TRACK_TRD_H
17
18#include "GPUTRDTrack.h"
20
21namespace o2
22{
23namespace trd
24{
26} // namespace trd
27namespace framework
28{
29template <typename T>
30struct is_messageable;
31template <>
32struct is_messageable<o2::trd::TrackTRD> : std::true_type {
33};
34} // namespace framework
35namespace gpu
36{
37static_assert(sizeof(o2::dataformats::GlobalTrackID) == sizeof(unsigned int));
38template <>
39GPUdi() o2::dataformats::GlobalTrackID GPUTRDTrack_t<trackInterface<o2::track::TrackParCov>>::getRefGlobalTrackId() const
40{
41 return o2::dataformats::GlobalTrackID{mRefGlobalTrackId};
42}
43template <>
44GPUdi() void GPUTRDTrack_t<trackInterface<o2::track::TrackParCov>>::setRefGlobalTrackId(o2::dataformats::GlobalTrackID id)
45{
46 setRefGlobalTrackIdRaw(id.getRaw());
47}
48} // namespace gpu
49} // namespace o2
50
51#endif // O2_DATAFORMATS_TRACK_TRD_H
Global index for barrel track: provides provenance (detectors combination), index in respective array...
o2::track::TrackParCov TrackParCov
Definition Recon.h:39
typedef void(APIENTRYP PFNGLCULLFACEPROC)(GLenum mode)
GPUTRDTrack_t< trackInterface< TRDBaseTrack > > GPUTRDTrack
Definition GPUTRDDef.h:50
GPUdi() o2
Definition TrackTRD.h:39
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...