Jpp
18.2.0-rc.1
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 |
double | value |
double | error |
Data structure for measured coincidence rate of pair of PMTs.
Definition at line 62 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 80 of file JFitK40.hh.
double JCALIBRATE::rate_type::dt_ns |
Definition at line 89 of file JFitK40.hh.
double JCALIBRATE::rate_type::value |
Definition at line 90 of file JFitK40.hh.
double JCALIBRATE::rate_type::error |
Definition at line 91 of file JFitK40.hh.