![]() |
ATLAS Offline Software
|
Class to handle the position of the centre and the width of a diode or a cluster of diodes Version 1.1 15/08/2001 David Calvet. More...
#include <SiDiodesParameters.h>
Public Member Functions | |
| SiDiodesParameters () | |
| Implicit constructor: | |
| SiDiodesParameters (const SiDiodesParameters ¶meters) | |
| Copy constructor: | |
| SiDiodesParameters (const SiLocalPosition ¢re, const SiLocalPosition &width) | |
| Constructor with parameters: position of the diodes centre width of the diodes. | |
| ~SiDiodesParameters () | |
| Destructor: | |
| SiDiodesParameters & | operator= (const SiDiodesParameters ¶meters) |
| Assignment operator: | |
| const SiLocalPosition & | centre () const |
| position of the diodes centre: | |
| const SiLocalPosition & | width () const |
| width of the diodes: | |
| SiLocalPosition | halfWidth () const |
| double | xEtaMin () const |
| boundaries of the diodes: | |
| double | xEtaMax () const |
| double | xPhiMin () const |
| double | xPhiMax () const |
| double | xDepthMin () const |
| double | xDepthMax () const |
| void | centre (const SiLocalPosition ¢re) |
| void | width (const SiLocalPosition &width) |
Private Attributes | |
| SiLocalPosition | m_centre |
| position of the diodes centre | |
| SiLocalPosition | m_width |
| width of the diodes | |
Class to handle the position of the centre and the width of a diode or a cluster of diodes Version 1.1 15/08/2001 David Calvet.
Definition at line 25 of file SiDiodesParameters.h.
| InDetDD::SiDiodesParameters::SiDiodesParameters | ( | ) |
Implicit constructor:
Definition at line 19 of file SiDiodesParameters.cxx.
|
default |
Copy constructor:
| InDetDD::SiDiodesParameters::SiDiodesParameters | ( | const SiLocalPosition & | centre, |
| const SiLocalPosition & | width ) |
Constructor with parameters: position of the diodes centre width of the diodes.
Definition at line 30 of file SiDiodesParameters.cxx.
|
inline |
|
inline |
position of the diodes centre:
Definition at line 91 of file SiDiodesParameters.h.
|
inline |
Definition at line 136 of file SiDiodesParameters.h.
|
inline |
Definition at line 101 of file SiDiodesParameters.h.
| SiDiodesParameters & InDetDD::SiDiodesParameters::operator= | ( | const SiDiodesParameters & | parameters | ) |
Assignment operator:
Definition at line 37 of file SiDiodesParameters.cxx.
|
inline |
|
inline |
Definition at line 141 of file SiDiodesParameters.h.
|
inline |
Definition at line 131 of file SiDiodesParameters.h.
|
inline |
Definition at line 126 of file SiDiodesParameters.h.
|
inline |
Definition at line 111 of file SiDiodesParameters.h.
|
inline |
boundaries of the diodes:
Definition at line 106 of file SiDiodesParameters.h.
|
inline |
Definition at line 121 of file SiDiodesParameters.h.
|
inline |
Definition at line 116 of file SiDiodesParameters.h.
|
private |
position of the diodes centre
Definition at line 81 of file SiDiodesParameters.h.
|
private |
width of the diodes
Definition at line 82 of file SiDiodesParameters.h.