Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PerigeeSurface.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PerigeeSurface.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
#include "
Acts/Definitions/Algebra.hpp
"
11
#include "
Acts/Geometry/GeometryContext.hpp
"
12
#include "
Acts/Geometry/Polyhedron.hpp
"
13
#include "
Acts/Surfaces/InfiniteBounds.hpp
"
14
#include "
Acts/Surfaces/LineSurface.hpp
"
15
#include "
Acts/Surfaces/Surface.hpp
"
16
17
#include <cstddef>
18
#include <iosfwd>
19
#include <string>
20
21
namespace
Acts {
22
30
class
PerigeeSurface
:
public
LineSurface
{
31
#ifndef DOXYGEN
32
friend
Surface
;
33
#endif
34
35
protected
:
39
PerigeeSurface
(
const
Vector3
& gp);
40
44
PerigeeSurface
(
const
Transform3
&
transform
);
45
49
PerigeeSurface
(
const
PerigeeSurface
& other);
50
56
PerigeeSurface
(
const
GeometryContext
&
gctx
,
const
PerigeeSurface
& other,
57
const
Transform3
& shift);
58
59
public
:
61
~PerigeeSurface
()
override
=
default
;
62
64
PerigeeSurface
() =
delete
;
65
69
PerigeeSurface
&
operator=
(
const
PerigeeSurface
& other);
70
72
SurfaceType
type
() const final;
73
75
std::
string
name
() const final;
76
83
std::ostream&
toStream
(const
GeometryContext
&
gctx
,
84
std::ostream& sl) const final;
85
92
Polyhedron
polyhedronRepresentation
(const
GeometryContext
& gctx,
93
size_t
lseg) const final;
94
};
95
96
}
// namespace Acts
acts
blob
sPHENIX
Core
include
Acts
Surfaces
PerigeeSurface.hpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:34
using
1.8.2 with
sPHENIX GitHub integration