ATLAS Offline Software
|
#include <SiDiodesParameters.h>
Public Member Functions | |
SiDiodesParameters () | |
Implicit constructor: More... | |
SiDiodesParameters (const SiDiodesParameters ¶meters) | |
Copy constructor: More... | |
SiDiodesParameters (const SiLocalPosition ¢re, const SiLocalPosition &width) | |
Constructor with parameters: position of the diodes centre width of the diodes. More... | |
~SiDiodesParameters () | |
Destructor: More... | |
SiDiodesParameters & | operator= (const SiDiodesParameters ¶meters) |
Assignment operator: More... | |
const SiLocalPosition & | centre () const |
position of the diodes centre: More... | |
const SiLocalPosition & | width () const |
width of the diodes: More... | |
SiLocalPosition | halfWidth () const |
double | xEtaMin () const |
boundaries of the diodes: More... | |
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 More... | |
SiLocalPosition | m_width |
width of the diodes More... | |
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 | ||
) |
|
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 | ) |
|
inline |
width of the diodes:
Definition at line 96 of file SiDiodesParameters.h.
|
inline |
Definition at line 141 of file SiDiodesParameters.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
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.