ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
¶meters)
26
27
=
default
;
28
29
// Constructor with parameters:
30
SiDiodesParameters::SiDiodesParameters
(
const
SiLocalPosition
&
centre
,
31
const
SiLocalPosition
&
width
) :
32
m_centre
(
centre
),
33
m_width
(
width
)
34
{}
35
36
// Assignment operator:
37
SiDiodesParameters
&
SiDiodesParameters::operator=
(
const
SiDiodesParameters
¶meters)
38
{
39
if
(
this
!=¶meters) {
40
m_centre
=parameters.m_centre;
41
m_width
=parameters.m_width;
42
}
else
{}
43
return
*
this
;
44
}
45
46
}
// namespace InDetDD
SiDiodesParameters.h
InDetDD::SiDiodesParameters
Class to handle the position of the centre and the width of a diode or a cluster of diodes Version 1....
Definition
SiDiodesParameters.h:25
InDetDD::SiDiodesParameters::SiDiodesParameters
SiDiodesParameters()
Implicit constructor:
Definition
SiDiodesParameters.cxx:19
InDetDD::SiDiodesParameters::centre
const SiLocalPosition & centre() const
position of the diodes centre:
Definition
SiDiodesParameters.h:91
InDetDD::SiDiodesParameters::width
const SiLocalPosition & width() const
width of the diodes:
Definition
SiDiodesParameters.h:96
InDetDD::SiDiodesParameters::m_centre
SiLocalPosition m_centre
position of the diodes centre
Definition
SiDiodesParameters.h:81
InDetDD::SiDiodesParameters::operator=
SiDiodesParameters & operator=(const SiDiodesParameters ¶meters)
Assignment operator:
Definition
SiDiodesParameters.cxx:37
InDetDD::SiDiodesParameters::m_width
SiLocalPosition m_width
width of the diodes
Definition
SiDiodesParameters.h:82
InDetDD::SiLocalPosition
Class to represent a position in the natural frame of a silicon sensor, for Pixel and SCT For Pixel: ...
Definition
SiLocalPosition.h:31
InDetDD
Message Stream Member.
Definition
FakeTrackBuilder.h:8
Generated on
for ATLAS Offline Software by
1.17.0