![]() |
Project
|
#include <TimeCalibParamL1Phase.h>
Public Member Functions | |
TimeCalibParamL1Phase ()=default | |
Constructor. | |
~TimeCalibParamL1Phase ()=default | |
Destructor. | |
bool | operator== (const TimeCalibParamL1Phase &other) const |
Comparison of two L1 phase shifts. | |
void | addTimeCalibParamL1Phase (unsigned short iSM, unsigned char L1Phase) |
Add L1 phase shifts to the container. | |
unsigned char | getTimeCalibParamL1Phase (unsigned short iSM) const |
Get the L1 phase for a certain SM. | |
TH1 * | getHistogramRepresentation () const |
Convert the L1 phase shift per SM array to a histogram. | |
Definition at line 46 of file TimeCalibParamL1Phase.h.
|
default |
Constructor.
|
default |
Destructor.
Add L1 phase shifts to the container.
iSM | is the Super Module |
L1Phase | is the L1 phase shift |
Definition at line 22 of file TimeCalibParamL1Phase.cxx.
TH1 * TimeCalibParamL1Phase::getHistogramRepresentation | ( | ) | const |
Convert the L1 phase shift per SM array to a histogram.
Definition at line 32 of file TimeCalibParamL1Phase.cxx.
Get the L1 phase for a certain SM.
iSM | is the Super Module |
Definition at line 27 of file TimeCalibParamL1Phase.cxx.
bool TimeCalibParamL1Phase::operator== | ( | const TimeCalibParamL1Phase & | other | ) | const |
Comparison of two L1 phase shifts.
Definition at line 44 of file TimeCalibParamL1Phase.cxx.