![]() |
Project
|
#include <TimeCalibrationParams.h>
Public Member Functions | |
TimeCalibrationParams ()=default | |
Constructor. | |
~TimeCalibrationParams ()=default | |
Destructor. | |
bool | operator== (const TimeCalibrationParams &other) const |
Comparison of two time calibration coefficients. | |
void | addTimeCalibParam (unsigned short cellID, short time, bool isLowGain) |
Add time calibration coefficients to the container. | |
short | getTimeCalibParam (unsigned short cellID, bool isLowGain) const |
Get the time calibration coefficient for a certain cell. | |
TH1 * | getHistogramRepresentation (bool isLowGain) const |
Convert the time calibration coefficient array to a histogram. | |
Definition at line 49 of file TimeCalibrationParams.h.
|
default |
Constructor.
|
default |
Destructor.
Add time calibration coefficients to the container.
cellID | Absolute ID of cell |
time | is the calibration coefficient |
isLowGain | is flag whether this cell is LG or HG |
CalibContainerIndexException | in case the cell ID exceeds the range of cells in EMCAL |
Definition at line 23 of file TimeCalibrationParams.cxx.
TH1 * TimeCalibrationParams::getHistogramRepresentation | ( | bool | isLowGain | ) | const |
Convert the time calibration coefficient array to a histogram.
isLowGain | is flag whether to draw for LG or HG |
Definition at line 47 of file TimeCalibrationParams.cxx.
Get the time calibration coefficient for a certain cell.
cellID | Absolute ID of cell |
isLowGain | is flag whether this cell is LG or HG |
CalibContainerIndexException | in case the cell ID exceeds the range of cells in EMCAL |
Definition at line 35 of file TimeCalibrationParams.cxx.
bool TimeCalibrationParams::operator== | ( | const TimeCalibrationParams & | other | ) | const |
Comparison of two time calibration coefficients.
Definition at line 71 of file TimeCalibrationParams.cxx.