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
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
DetectorDescription
AGDD
AGDDHandlers
AGDDHandlers
Polyplane.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef Polyplane_H
6
#define Polyplane_H
7
8
class
Polyplane
{
9
public
:
10
Polyplane
(
double
ri,
double
ro,
double
z
):
m_rin
(ri),
m_rou
(ro),
m_z
(
z
) {;}
11
double
rin
() {
return
m_rin
;}
12
double
rou
() {
return
m_rou
;}
13
double
z
() {
return
m_z
;}
14
void
rin
(
double
v
) {
m_rin
=
v
;}
15
void
rou
(
double
v
) {
m_rou
=
v
;}
16
void
z
(
double
v
) {
m_z
=
v
;}
17
private
:
18
double
m_rin
;
19
double
m_rou
;
20
double
m_z
;
21
};
22
23
#endif
Polyplane::rin
double rin()
Definition:
Polyplane.h:11
Polyplane::z
void z(double v)
Definition:
Polyplane.h:16
Polyplane::rin
void rin(double v)
Definition:
Polyplane.h:14
Polyplane::m_rin
double m_rin
Definition:
Polyplane.h:18
Polyplane::m_rou
double m_rou
Definition:
Polyplane.h:19
Polyplane::Polyplane
Polyplane(double ri, double ro, double z)
Definition:
Polyplane.h:10
Polyplane
Definition:
Polyplane.h:8
Polyplane::rou
double rou()
Definition:
Polyplane.h:12
Polyplane::z
double z()
Definition:
Polyplane.h:13
Polyplane::m_z
double m_z
Definition:
Polyplane.h:20
python.PyAthena.v
v
Definition:
PyAthena.py:154
Polyplane::rou
void rou(double v)
Definition:
Polyplane.h:15
Generated on Mon May 5 2025 21:16:34 for ATLAS Offline Software by
1.8.18