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"
19
20namespace o2
21{
22namespace trd
23{
25} // namespace trd
26namespace framework
27{
28template <typename T>
29struct is_messageable;
30template <>
31struct is_messageable<o2::trd::TrackTRD> : std::true_type {
32};
33} // namespace framework
34namespace gpu
35{
36static_assert(sizeof(o2::dataformats::GlobalTrackID) == sizeof(unsigned int));
37template <>
38GPUdi() o2::dataformats::GlobalTrackID GPUTRDTrack_t<trackInterface<o2::track::TrackParCov>>::getRefGlobalTrackId() const
39{
40 return o2::dataformats::GlobalTrackID{mRefGlobalTrackId};
41}
42template <>
43GPUdi() void GPUTRDTrack_t<trackInterface<o2::track::TrackParCov>>::setRefGlobalTrackId(o2::dataformats::GlobalTrackID id)
44{
45 setRefGlobalTrackIdRaw(id.getRaw());
46}
47} // namespace gpu
48} // namespace o2
49
50#endif // O2_DATAFORMATS_TRACK_TRD_H
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:38
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...