Belle II Software  release-08-01-10
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)
 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()

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 }
const int c_exp
Experiment number.

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