Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Tracking
TrkDetDescr
TrkDetDescrUtils
TrkDetDescrUtils
AreaExcluder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// AreaExcluder.h, (c) ATLAS Detector software
8
9
#ifndef TRKDETDESCRUTILS_AREAEXCLUDER_H
10
#define TRKDETDESCRUTILS_AREAEXCLUDER_H
11
12
// Eigen
13
#include "
GeoPrimitives/GeoPrimitives.h
"
14
15
class
MsgStream;
16
17
namespace
Trk
{
18
25
class
AreaExcluder
26
{
27
28
public
:
29
AreaExcluder
() =
default
;
30
AreaExcluder
(
const
AreaExcluder
&) =
default
;
31
AreaExcluder
(
AreaExcluder
&&) =
default
;
32
AreaExcluder
&
operator=
(
const
AreaExcluder
&) =
default
;
33
AreaExcluder
&
operator=
(
AreaExcluder
&&) =
default
;
34
virtual
~AreaExcluder
() =
default
;
35
37
virtual
AreaExcluder
*
clone
()
const
= 0;
39
virtual
bool
inside
(
const
Amg::Vector3D
& gp,
double
tol = 0.)
const
= 0;
40
};
41
42
}
// end of namespace Trk
43
44
#endif // TRKDETDESCRUTILS_AREAEXCLUDER_H
Trk::AreaExcluder::clone
virtual AreaExcluder * clone() const =0
Implizit Constructor.
Trk::AreaExcluder::AreaExcluder
AreaExcluder(AreaExcluder &&)=default
Trk::AreaExcluder::AreaExcluder
AreaExcluder(const AreaExcluder &)=default
Trk::AreaExcluder::operator=
AreaExcluder & operator=(AreaExcluder &&)=default
GeoPrimitives.h
Trk::AreaExcluder::operator=
AreaExcluder & operator=(const AreaExcluder &)=default
Trk::AreaExcluder
Definition:
AreaExcluder.h:26
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::AreaExcluder::inside
virtual bool inside(const Amg::Vector3D &gp, double tol=0.) const =0
First bin from global position.
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition:
GeoPrimitives.h:47
Trk::AreaExcluder::~AreaExcluder
virtual ~AreaExcluder()=default
Trk::AreaExcluder::AreaExcluder
AreaExcluder()=default
Generated on Wed May 7 2025 21:06:11 for ATLAS Offline Software by
1.8.18