Belle II Software
release-08-01-10
|
ECLLocalRunCalibRef is designed to store reference marks to database for ECL local run calibration. More...
#include <ECLLocalRunCalibRef.h>
Public Member Functions | |
ECLLocalRunCalibRef () | |
Constructor. | |
ECLLocalRunCalibRef (const int &curExp, const int &curRun) | |
Constructor. More... | |
~ECLLocalRunCalibRef () | |
Destructor. | |
int | getExp () const |
Get experiment number. | |
int | getRun () const |
Get run number. | |
Private Member Functions | |
ClassDef (ECLLocalRunCalibRef, 1) | |
ClassDef. | |
Private Attributes | |
const int | c_exp |
Experiment number. | |
const int | c_run |
Run number. | |
ECLLocalRunCalibRef is designed to store reference marks to database for ECL local run calibration.
Definition at line 22 of file ECLLocalRunCalibRef.h.
ECLLocalRunCalibRef | ( | const int & | curExp, |
const int & | curRun | ||
) |
Constructor.
curExp | is the experiment number. |
curRun | is the run number. |
Definition at line 17 of file ECLLocalRunCalibRef.cc.