#include <TileLaserPmt.h>
Definition at line 16 of file TileLaserPmt.h.
◆ TileLaserPmt()
TileLaserPmt::TileLaserPmt |
( |
| ) |
|
|
inline |
◆ getPMADC()
int TileLaserPmt::getPMADC |
( |
| ) |
const |
|
inline |
◆ getPMPedestal()
double TileLaserPmt::getPMPedestal |
( |
| ) |
const |
|
inline |
◆ getPMSigmaPedestal()
double TileLaserPmt::getPMSigmaPedestal |
( |
| ) |
const |
|
inline |
◆ getTDC()
int TileLaserPmt::getTDC |
( |
| ) |
const |
|
inline |
◆ operator std::string()
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.
20 std::ostringstream
text;
21 text <<
"TileLaserPmt: ";
◆ setPmt()
void TileLaserPmt::setPmt |
( |
const int |
pmAdc, |
|
|
const int |
tdc, |
|
|
const double |
pmPedestal, |
|
|
const double |
pmSigmaPedestal |
|
) |
| |
|
inline |
◆ m_PMADC
int TileLaserPmt::m_PMADC |
|
private |
◆ m_pmPedestal
double TileLaserPmt::m_pmPedestal |
|
private |
◆ m_pmSigmaPedestal
double TileLaserPmt::m_pmSigmaPedestal |
|
private |
◆ m_TDC
The documentation for this class was generated from the following files: