Project
Loading...
Searching...
No Matches
Triplet.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
12
#ifndef ALICEO2_COMMON_TRIPLET_H
13
#define ALICEO2_COMMON_TRIPLET_H
14
15
#include "
GPUCommonRtypes.h
"
16
17
namespace
o2
18
{
19
namespace
dataformats
20
{
21
// A messageable tripplet
22
template
<
typename
F,
typename
S,
typename
T>
23
struct
Triplet
{
24
Triplet
() =
default
;
25
Triplet
(F
f
,
S
s, T t) :
first
(
f
),
second
(s),
third
(t) {}
26
F
first
{};
27
S
second
{};
28
T
third
{};
29
ClassDefNV
(
Triplet
, 1);
30
};
31
32
}
// namespace dataformats
33
}
// namespace o2
34
35
#endif
/* ALICEO2_COMMON_TRIPPLET_H */
GPUCommonRtypes.h
int
f
GLdouble f
Definition
glcorearb.h:310
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
S
Definition
cxx14-test-aggregate-initialization.cxx:18
o2::dataformats::Triplet
Definition
Triplet.h:23
o2::dataformats::Triplet::third
T third
Definition
Triplet.h:28
o2::dataformats::Triplet::Triplet
Triplet(F f, S s, T t)
Definition
Triplet.h:25
o2::dataformats::Triplet::second
S second
Definition
Triplet.h:27
o2::dataformats::Triplet::Triplet
Triplet()=default
o2::dataformats::Triplet::ClassDefNV
ClassDefNV(Triplet, 1)
DataFormats
common
include
CommonDataFormat
Triplet.h
Generated on Tue Feb 25 2025 23:16:09 for Project by
1.9.8