![]() |
Project
|
#include <TempCalibParamSM.h>
Public Member Functions | |
| TempCalibParamSM ()=default | |
| Constructor. | |
| ~TempCalibParamSM ()=default | |
| Destructor. | |
| bool | operator== (const TempCalibParamSM &other) const |
| Comparison of two temperature calibration coefficients per SM. | |
| void | addTempCalibParamPerSM (unsigned short iSM, float TempSM) |
| Add temperature coefficients to the container. | |
| float | getTempCalibParamPerSM (unsigned short iSM) const |
| Get the temperature calibration coefficient for a certain SM. | |
| TH1 * | getHistogramRepresentation () const |
| Convert the temperature calibration coefficient per SM arrays to histograms. | |
Definition at line 46 of file TempCalibParamSM.h.
|
default |
Constructor.
|
default |
Destructor.
| void TempCalibParamSM::addTempCalibParamPerSM | ( | unsigned short | iSM, |
| float | TempSM | ||
| ) |
Add temperature coefficients to the container.
| iSM | is the Super Module |
| TempSM | is the temperature coefficients for the SM |
Definition at line 22 of file TempCalibParamSM.cxx.
| TH1 * TempCalibParamSM::getHistogramRepresentation | ( | ) | const |
Convert the temperature calibration coefficient per SM arrays to histograms.
Definition at line 32 of file TempCalibParamSM.cxx.
| float TempCalibParamSM::getTempCalibParamPerSM | ( | unsigned short | iSM | ) | const |
Get the temperature calibration coefficient for a certain SM.
| iSM | is the Super Module |
Definition at line 27 of file TempCalibParamSM.cxx.
| bool TempCalibParamSM::operator== | ( | const TempCalibParamSM & | other | ) | const |
Comparison of two temperature calibration coefficients per SM.
Definition at line 44 of file TempCalibParamSM.cxx.