Belle II Software  release-05-01-25
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:
Collaboration diagram for ECLLocalRunCalibRef:

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)
 

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 42 of file ECLLocalRunCalibRef.h.

Constructor & Destructor Documentation

◆ ECLLocalRunCalibRef()

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

Constructor.

Parameters
curExpis the experiment number.
curRunis the run number.

Definition at line 24 of file ECLLocalRunCalibRef.cc.

25  :
26  c_exp(curExp), c_run(curRun)
27 {
28 }

The documentation for this class was generated from the following files:
Belle2::ECLLocalRunCalibRef::c_run
const int c_run
Run number.
Definition: ECLLocalRunCalibRef.h:75
Belle2::ECLLocalRunCalibRef::c_exp
const int c_exp
Experiment number.
Definition: ECLLocalRunCalibRef.h:71