Auxiliary data structure for PMT calibration.
More...
#include <JDetectorCalibration.hh>
Auxiliary data structure for PMT calibration.
Definition at line 72 of file JDetectorCalibration.hh.
◆ JPMTCalibration_t() [1/2]
JDETECTOR::JPMTCalibration_t::JPMTCalibration_t |
( |
| ) |
|
|
inline |
◆ JPMTCalibration_t() [2/2]
JDETECTOR::JPMTCalibration_t::JPMTCalibration_t |
( |
const JObjectID & |
id, |
|
|
const JCalibration & |
calibration |
|
) |
| |
|
inline |
◆ getID()
int JLANG::JObjectID::getID |
( |
| ) |
const |
|
inlineinherited |
Get identifier.
- Returns
- identifier
Definition at line 55 of file JObjectID.hh.
◆ setID()
void JLANG::JObjectID::setID |
( |
const int |
id | ) |
|
|
inlineinherited |
Set identifier.
- Parameters
-
Definition at line 66 of file JObjectID.hh.
◆ less() [1/2]
bool JLANG::JObjectID::less |
( |
const JObjectID & |
object | ) |
const |
|
inlineinherited |
Less than method.
- Parameters
-
- Returns
- true if this identifier less than given identifier; else false
Definition at line 78 of file JObjectID.hh.
80 return this->
getID() <
object.getID();
◆ less() [2/2]
bool JLANG::JObjectID::less |
( |
const int |
id | ) |
const |
|
inlineinherited |
Less than method.
- Parameters
-
- Returns
- true if this identifier less than given identifier; else false
Definition at line 90 of file JObjectID.hh.
92 return this->
getID() < id;
◆ more()
bool JLANG::JObjectID::more |
( |
const int |
id | ) |
const |
|
inlineinherited |
More than method.
- Parameters
-
- Returns
- true if this identifier greater than given identifier; else false
Definition at line 102 of file JObjectID.hh.
104 return this->
getID() > id;
◆ getCalibration()
const JCalibration& JDETECTOR::JCalibration::getCalibration |
( |
| ) |
const |
|
inlineinherited |
◆ setCalibration()
void JDETECTOR::JCalibration::setCalibration |
( |
const JCalibration & |
cal | ) |
|
|
inlineinherited |
◆ getT0()
double JDETECTOR::JCalibration::getT0 |
( |
| ) |
const |
|
inlineinherited |
◆ setT0()
void JDETECTOR::JCalibration::setT0 |
( |
const double |
t0 | ) |
|
|
inlineinherited |
◆ addT0()
void JDETECTOR::JCalibration::addT0 |
( |
const double |
t0 | ) |
|
|
inlineinherited |
◆ subT0()
void JDETECTOR::JCalibration::subT0 |
( |
const double |
t0 | ) |
|
|
inlineinherited |
◆ __id
int JLANG::JObjectID::__id |
|
protectedinherited |
◆ t0
double JDETECTOR::JCalibration::t0 |
|
protectedinherited |
The documentation for this struct was generated from the following file: