Belle II Software development
ECLLocalRunCalibRef Class Reference

ECLLocalRunCalibRef is designed to store reference marks to database for ECL local run calibration. More...

#include <ECLLocalRunCalibRef.h>

Inheritance diagram for ECLLocalRunCalibRef:

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.
 

Detailed Description

ECLLocalRunCalibRef is designed to store reference marks to database for ECL local run calibration.

Definition at line 22 of file ECLLocalRunCalibRef.h.

Constructor & Destructor Documentation

◆ ECLLocalRunCalibRef() [1/2]

Constructor.

Definition at line 12 of file ECLLocalRunCalibRef.cc.

12 :
13 c_exp(0), c_run(0)
14{
15}
const int c_exp
Experiment number.

◆ ECLLocalRunCalibRef() [2/2]

ECLLocalRunCalibRef ( const int &  curExp,
const int &  curRun 
)

Constructor.

Parameters
curExpis the experiment number.
curRunis the run number.

Definition at line 17 of file ECLLocalRunCalibRef.cc.

18 :
19 c_exp(curExp), c_run(curRun)
20{
21}

◆ ~ECLLocalRunCalibRef()

Destructor.

Definition at line 23 of file ECLLocalRunCalibRef.cc.

24{
25}

Member Function Documentation

◆ getExp()

int getExp ( ) const

Get experiment number.

Definition at line 27 of file ECLLocalRunCalibRef.cc.

28{
29 return c_exp;
30}

◆ getRun()

int getRun ( ) const

Get run number.

Definition at line 32 of file ECLLocalRunCalibRef.cc.

33{
34 return c_run;
35}

Member Data Documentation

◆ c_exp

const int c_exp
private

Experiment number.

Definition at line 51 of file ECLLocalRunCalibRef.h.

◆ c_run

const int c_run
private

Run number.

Definition at line 55 of file ECLLocalRunCalibRef.h.


The documentation for this class was generated from the following files: