EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TransformationFreeToBound.hpp
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TransformationFreeToBound.hpp
1 // This file is part of the Acts project.
2 //
3 // Copyright (C) 2016-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 
13 
14 namespace Acts {
15 
16 class Surface;
17 
18 namespace detail {
19 
30  const Surface& surface,
31  const GeometryContext& geoCtx);
32 
46  const Vector3D& position, FreeScalar time, const Vector3D& direction,
47  FreeScalar qOverP, const Surface& surface, const GeometryContext& geoCtx);
48 
60  const Vector3D& direction,
61  FreeScalar qOverP);
62 
77  FreeScalar qOverP);
78 
79 } // namespace detail
80 } // namespace Acts