Jpp
18.5.0
the software that should make you happy
|
Data structure for measured coincidence rate of pair of PMTs. More...
#include <JFitK40.hh>
Public Member Functions | |
rate_type () | |
Default constructor. More... | |
rate_type (double dt_ns, double value, double error) | |
Constructor. More... | |
Public Attributes | |
double | dt_ns |
time difference [ns] More... | |
double | value |
value of rate [Hz/ns] More... | |
double | error |
error of rate [Hz/ns] More... | |
Data structure for measured coincidence rate of pair of PMTs.
Definition at line 64 of file JFitK40.hh.
|
inline |
|
inline |
Constructor.
dt_ns | time difference [ns] |
value | value of rate [Hz/ns] |
error | error of rate [Hz/ns] |
Definition at line 82 of file JFitK40.hh.
double JCALIBRATE::rate_type::dt_ns |
time difference [ns]
Definition at line 90 of file JFitK40.hh.
double JCALIBRATE::rate_type::value |
value of rate [Hz/ns]
Definition at line 91 of file JFitK40.hh.
double JCALIBRATE::rate_type::error |
error of rate [Hz/ns]
Definition at line 92 of file JFitK40.hh.