![]() |
ATLAS Offline Software
|
#include <TileLaserPmt.h>
Public Member Functions | |
| TileLaserPmt () | |
| int | getPMADC () const |
| int | getTDC () const |
| double | getPMPedestal () const |
| double | getPMSigmaPedestal () const |
| void | setPmt (const int pmAdc, const int tdc, const double pmPedestal, const double pmSigmaPedestal) |
| operator std::string () const | |
| Convertion operator to a std::string, can be used in a cast operation : (std::string) TileLaserPmt. | |
Private Attributes | |
| int | m_PMADC |
| int | m_TDC |
| double | m_pmPedestal |
| double | m_pmSigmaPedestal |
Definition at line 16 of file TileLaserPmt.h.
|
inline |
Definition at line 20 of file TileLaserPmt.h.
|
inline |
Definition at line 27 of file TileLaserPmt.h.
|
inline |
Definition at line 29 of file TileLaserPmt.h.
|
inline |
Definition at line 30 of file TileLaserPmt.h.
|
inline |
Definition at line 28 of file TileLaserPmt.h.
| TileLaserPmt::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 TileLaserPmt.cxx.
|
inline |
Definition at line 32 of file TileLaserPmt.h.
|
private |
Definition at line 50 of file TileLaserPmt.h.
|
private |
Definition at line 52 of file TileLaserPmt.h.
|
private |
Definition at line 53 of file TileLaserPmt.h.
|
private |
Definition at line 51 of file TileLaserPmt.h.