Belle II Software development
|
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. | |
~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.
Constructor.
Definition at line 12 of file ECLLocalRunCalibRef.cc.
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.
~ECLLocalRunCalibRef | ( | ) |
int getExp | ( | ) | const |
Get experiment number.
Definition at line 27 of file ECLLocalRunCalibRef.cc.
int getRun | ( | ) | const |
|
private |
Experiment number.
Definition at line 51 of file ECLLocalRunCalibRef.h.
|
private |
Run number.
Definition at line 55 of file ECLLocalRunCalibRef.h.