#include <TofData.h>
Definition at line 9 of file TofData.h.
◆ TofValue()
Definition at line 12 of file TofData.cxx.
12 {
15 m_times = -1;
16 m_number = 0;
18 m_used = false;
19 return;
20}
Referenced by operator=().
◆ ~TofValue()
◆ channel()
int TofValue::channel |
( |
| ) |
const |
|
inline |
◆ clock()
int TofValue::clock |
( |
| ) |
const |
|
inline |
◆ number()
int TofValue::number |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 26 of file TofData.cxx.
26 {
29 m_times = source.m_times;
30 m_number = source.m_number;
32 m_used = source.m_used;
33 return *this;
34}
◆ setNumber()
void TofValue::setNumber |
( |
int | number | ) |
|
|
inline |
◆ setUsed()
void TofValue::setUsed |
( |
bool | used | ) |
|
|
inline |
◆ times()
int TofValue::times |
( |
| ) |
const |
|
inline |
◆ timesmm()
void TofValue::timesmm |
( |
| ) |
|
Definition at line 43 of file TofData.cxx.
43 {
44 m_times = m_times - 1;
45 return;
46}
◆ timespp()
void TofValue::timespp |
( |
| ) |
|
Definition at line 37 of file TofData.cxx.
37 {
38 m_times = m_times + 1;
39 return;
40}
◆ used()
bool TofValue::used |
( |
| ) |
const |
|
inline |
◆ value()
double TofValue::value |
( |
| ) |
const |
|
inline |
◆ m_channel
◆ m_clock
◆ m_value
The documentation for this class was generated from the following files: