EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Types.hpp
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Types.hpp
1 // This file is part of the Acts project.
2 //
3 // Copyright (C) 2020 CERN for the benefit of the Acts project
4 //
5 // This Source Code Form is subject to the terms of the Mozilla Public
6 // License, v. 2.0. If a copy of the MPL was not distributed with this
7 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 
9 #pragma once
10 
11 // System include(s)
12 #include <cstddef>
13 #include <cstdint>
14 
15 namespace Acts::Sycl::detail {
19  float x;
20  float y;
21  float z;
23  float r;
25  float varR;
27  float varZ;
28 };
29 
34  float zo;
35  float cotTheta;
36  float iDeltaR;
37  float er;
38  float u;
39  float v;
40 };
41 
45  float deltaRMin;
46  float deltaRMax;
47  float cotThetaMax;
53  float pT2perRadius;
58  float impactMax;
60 };
61 
64 struct DeviceTriplet {
65  float curvature;
66  float impact;
67  int32_t topSPIndex;
68 };
69 
75 struct SeedData {
79  float weight;
80 };
81 } // namespace Acts::Sycl::detail