ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
DiscBounds.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file DiscBounds.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
11
#include "
Acts/Surfaces/SurfaceBounds.hpp
"
12
13
namespace
Acts {
14
19
20
class
DiscBounds
:
public
SurfaceBounds
{
21
public
:
23
virtual
double
rMin
()
const
= 0;
24
26
virtual
double
rMax
()
const
= 0;
27
37
virtual
std::vector<Vector2D>
vertices
(
unsigned
int
lseg)
const
= 0;
38
40
virtual
double
binningValueR
()
const
= 0;
41
43
virtual
double
binningValuePhi
()
const
= 0;
44
46
virtual
bool
coversFullAzimuth
()
const
= 0;
47
49
virtual
bool
insideRadialBounds
(
double
R
,
double
tolerance = 0.)
const
= 0;
50
};
51
52
}
// namespace Acts
acts
blob
master
Core
include
Acts
Surfaces
DiscBounds.hpp
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:21
using
1.8.2 with
ECCE GitHub integration