#include <TileLaser.h>
Definition at line 17 of file TileLaser.h.
◆ TileLaser()
◆ ~TileLaser()
TileLaser::~TileLaser |
( |
| ) |
|
|
default |
◆ getCounter()
int TileLaser::getCounter |
( |
| ) |
const |
|
inline |
◆ getDiodeCurrMeas()
int TileLaser::getDiodeCurrMeas |
( |
| ) |
const |
|
inline |
◆ getDiodeCurrOrd()
int TileLaser::getDiodeCurrOrd |
( |
| ) |
const |
|
inline |
◆ getFiltNumber()
int TileLaser::getFiltNumber |
( |
| ) |
const |
|
inline |
◆ getSlamaDelay()
int TileLaser::getSlamaDelay |
( |
| ) |
const |
|
inline |
◆ operator std::string()
TileLaser::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 TileLaser.cxx.
20 std::ostringstream
text;
21 text <<
"TileLaser: ";
◆ setLaser()
void TileLaser::setLaser |
( |
const int |
Counter, |
|
|
const int |
diodeCurrOrd, |
|
|
const int |
diodeCurrMeas, |
|
|
const int |
filtNumber, |
|
|
const int |
SlamaDelay |
|
) |
| |
|
inline |
◆ m_counter
◆ m_diodeCurrMeas
int TileLaser::m_diodeCurrMeas |
|
private |
◆ m_diodeCurrOrd
int TileLaser::m_diodeCurrOrd |
|
private |
◆ m_filtNumber
int TileLaser::m_filtNumber |
|
private |
◆ m_slamaDelay
int TileLaser::m_slamaDelay |
|
private |
The documentation for this class was generated from the following files: