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
ReadoutGeometryBase
src
SiDiodesParameters.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// SiDiodesParameters.cxx
7
// Implementation file for class SiDiodesParameters
9
// (c) ATLAS Detector software
11
// Version 1.0 14/08/2001 David Calvet
13
14
#include "
ReadoutGeometryBase/SiDiodesParameters.h
"
15
16
namespace
InDetDD
{
17
18
// Implicit constructor:
19
SiDiodesParameters::SiDiodesParameters
() :
20
m_centre(),
21
m_width()
22
{}
23
24
// Copy constructor:
25
SiDiodesParameters::SiDiodesParameters
(
const
SiDiodesParameters
&
parameters
)
26
27
=
default
;
28
29
// Constructor with parameters:
30
SiDiodesParameters::SiDiodesParameters
(
const
SiLocalPosition
¢re,
31
const
SiLocalPosition
&
width
) :
32
m_centre(centre),
33
m_width(
width
)
34
{}
35
36
// Assignment operator:
37
SiDiodesParameters
&
SiDiodesParameters::operator=
(
const
SiDiodesParameters
&
parameters
)
38
{
39
if
(
this
!=&
parameters
) {
40
m_centre
=
parameters
.m_centre;
41
m_width
=
parameters
.m_width;
42
}
else
{}
43
return
*
this
;
44
}
45
46
}
// namespace InDetDD
InDetDD::SiDiodesParameters::SiDiodesParameters
SiDiodesParameters()
Implicit constructor:
Definition:
SiDiodesParameters.cxx:19
InDetDD::SiDiodesParameters::m_centre
SiLocalPosition m_centre
position of the diodes centre
Definition:
SiDiodesParameters.h:81
InDetDD::SiLocalPosition
Definition:
SiLocalPosition.h:31
InDetDD::SiDiodesParameters::operator=
SiDiodesParameters & operator=(const SiDiodesParameters ¶meters)
Assignment operator:
Definition:
SiDiodesParameters.cxx:37
SiDiodesParameters.h
Base_Fragment.width
width
Definition:
Sherpa_i/share/common/Base_Fragment.py:59
InDetDD
Message Stream Member.
Definition:
FakeTrackBuilder.h:8
physics_parameters.parameters
parameters
Definition:
physics_parameters.py:144
InDetDD::SiDiodesParameters::m_width
SiLocalPosition m_width
width of the diodes
Definition:
SiDiodesParameters.h:82
InDetDD::SiDiodesParameters
Definition:
SiDiodesParameters.h:25
Generated on Tue Apr 1 2025 21:18:38 for ATLAS Offline Software by
1.8.18