Data structure for time calibration.
More...
#include <JCalibration.hh>
Data structure for time calibration.
Definition at line 41 of file JDetector/JCalibration.hh.
◆ JCalibration() [1/2]
JDETECTOR::JCalibration::JCalibration |
( |
| ) |
|
|
inline |
◆ JCalibration() [2/2]
JDETECTOR::JCalibration::JCalibration |
( |
const double |
__t0 | ) |
|
|
inline |
◆ getCalibration() [1/2]
const JCalibration& JDETECTOR::JCalibration::getCalibration |
( |
| ) |
const |
|
inline |
◆ getCalibration() [2/2]
◆ setCalibration()
void JDETECTOR::JCalibration::setCalibration |
( |
const JCalibration & |
cal | ) |
|
|
inline |
◆ getT0()
double JDETECTOR::JCalibration::getT0 |
( |
| ) |
const |
|
inline |
◆ setT0()
void JDETECTOR::JCalibration::setT0 |
( |
const double |
t0 | ) |
|
|
inline |
◆ addT0()
void JDETECTOR::JCalibration::addT0 |
( |
const double |
t0 | ) |
|
|
inline |
◆ subT0()
void JDETECTOR::JCalibration::subT0 |
( |
const double |
t0 | ) |
|
|
inline |
◆ operator>> [1/2]
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
JCalibration & |
cal |
|
) |
| |
|
friend |
Read calibration from input.
- Parameters
-
in | input stream |
cal | calibration |
- Returns
- input stream
Definition at line 146 of file JDetector/JCalibration.hh.
◆ operator<< [1/2]
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JCalibration & |
cal |
|
) |
| |
|
friend |
Write calibration to output.
- Parameters
-
out | output stream |
cal | calibration |
- Returns
- output stream
Definition at line 161 of file JDetector/JCalibration.hh.
163 const JFormat format(out, getFormat<JCalibration>(
JFormat_t(9, 3, std::ios::fixed | std::ios::showpos)));
165 out << format << cal.
t0;
◆ operator>> [2/2]
◆ operator<< [2/2]
◆ t0
double JDETECTOR::JCalibration::t0 |
|
protected |
The documentation for this class was generated from the following file: