![]() |
ATLAS Offline Software
|
#include <TileLaserPLC.h>
Public Member Functions | |
| TileLaserPLC () | |
| int | getAlphaPos () const |
| double | getLVdiodes () const |
| double | getHVpmts () const |
| int | getShutter () const |
| int | getInterlock () const |
| int | getAlarm () const |
| void | setPLC (const int alphaPos, const double LVdiodes, const double HVpmts, const int shutter, const int interlock, const int alarm) |
| operator std::string () const | |
| Convertion operator to a std::string, can be used in a cast operation : (std::string) TileLaserPmt. | |
Private Attributes | |
| int | m_alphaPos |
| double | m_LVdiodes |
| double | m_HVpmts |
| int | m_shutter |
| int | m_interlock |
| int | m_alarm |
Definition at line 16 of file TileLaserPLC.h.
|
inline |
Definition at line 20 of file TileLaserPLC.h.
|
inline |
Definition at line 34 of file TileLaserPLC.h.
|
inline |
Definition at line 29 of file TileLaserPLC.h.
|
inline |
Definition at line 31 of file TileLaserPLC.h.
|
inline |
Definition at line 33 of file TileLaserPLC.h.
|
inline |
Definition at line 30 of file TileLaserPLC.h.
|
inline |
Definition at line 32 of file TileLaserPLC.h.
| TileLaserPLC::operator std::string | ( | ) | const |
Convertion operator to a std::string, can be used in a cast operation : (std::string) TileLaserPmt.
Definition at line 18 of file TileLaserPLC.cxx.
|
inline |
Definition at line 36 of file TileLaserPLC.h.
|
private |
Definition at line 64 of file TileLaserPLC.h.
|
private |
Definition at line 59 of file TileLaserPLC.h.
|
private |
Definition at line 61 of file TileLaserPLC.h.
|
private |
Definition at line 63 of file TileLaserPLC.h.
|
private |
Definition at line 60 of file TileLaserPLC.h.
|
private |
Definition at line 62 of file TileLaserPLC.h.