|
Jpp 19.3.0-rc.2
the software that should make you happy
|
Normalisation of MUPAGE events. More...
#include <JHead.hh>
Public Member Functions | |
| livetime () | |
| Default constructor. | |
| bool | less (const livetime &object) const |
| Comparison. | |
| bool | match (const livetime &object) const |
| Test match. | |
| livetime & | add (const livetime &object) |
| Addition. | |
| livetime & | mul (const double factor) |
| Scale. | |
| ClassDefNV (livetime, 1) | |
Public Attributes | |
| double | numberOfSeconds |
| Live time [s]. | |
| double | errorOfSeconds |
| Uncertainty on live time [s]. | |
|
inline |
Default constructor.
Definition at line 839 of file JHead.hh.
|
inline |
Comparison.
| object | livetime |
|
inline |
|
inline |
Scale.
| factor | 1D scale factor |
Definition at line 888 of file JHead.hh.
| JAANET::livetime::ClassDefNV | ( | livetime | , |
| 1 | ) |
| double JAANET::livetime::errorOfSeconds |