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