![]() |
ATLAS Offline Software
|
#include <TileLaserDiode.h>
Public Member Functions | |
| TileLaserDiode () | |
| int | getDiodeADC () const |
| double | getDiodePedestal () const |
| double | getDiodeSigmaPedestal () const |
| double | getAlpha () const |
| double | getSigmaAlpha () const |
| double | getPedestalAlpha () const |
| double | getSigmaPedAlpha () const |
| void | setDiode (const int diodeAdc, const double diodePedestal, const double diodeSigmaPedestal, const double alpha, const double sigmaAlpha, const double pedestalAlpha, const double sigmaPedAlpha) |
| operator std::string () const | |
| Convertion operator to a std::string, can be used in a cast operation : (std::string) TileLaserDiode. | |
Private Attributes | |
| int | m_diodeADC |
| double | m_diodePedestal |
| double | m_diodeSigmaPedestal |
| double | m_alpha |
| double | m_sigmaAlpha |
| double | m_pedestalAlpha |
| double | m_sigmaPedAlpha |
Definition at line 16 of file TileLaserDiode.h.
|
inline |
Definition at line 20 of file TileLaserDiode.h.
|
inline |
Definition at line 33 of file TileLaserDiode.h.
|
inline |
Definition at line 30 of file TileLaserDiode.h.
|
inline |
Definition at line 31 of file TileLaserDiode.h.
|
inline |
Definition at line 32 of file TileLaserDiode.h.
|
inline |
Definition at line 35 of file TileLaserDiode.h.
|
inline |
Definition at line 34 of file TileLaserDiode.h.
|
inline |
Definition at line 36 of file TileLaserDiode.h.
| TileLaserDiode::operator std::string | ( | ) | const |
Convertion operator to a std::string, can be used in a cast operation : (std::string) TileLaserDiode.
Definition at line 18 of file TileLaserDiode.cxx.
|
inline |
Definition at line 39 of file TileLaserDiode.h.
|
private |
Definition at line 66 of file TileLaserDiode.h.
|
private |
Definition at line 63 of file TileLaserDiode.h.
|
private |
Definition at line 64 of file TileLaserDiode.h.
|
private |
Definition at line 65 of file TileLaserDiode.h.
|
private |
Definition at line 68 of file TileLaserDiode.h.
|
private |
Definition at line 67 of file TileLaserDiode.h.
|
private |
Definition at line 69 of file TileLaserDiode.h.