BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EstTofInfoCal Class Reference

#include <EstTofInfoCal.h>

Public Member Functions

 EstTofInfoCal ()
 ~EstTofInfoCal ()
int getRunBegin () const
int getRunEnd () const
int getVersion () const
int getQCorr () const
int getQElec () const
int getMisLable () const
int getBrEast (unsigned int im) const
int getBrWest (unsigned int im) const
int getEndcap (unsigned int im) const
int getRunFrom () const
int getRunTo () const
int getEventFrom () const
int getEventTo () const
void setRunBegin (int run1)
void setRunEnd (int run2)
void setVersion (int version)
void setQCorr (int qcorr)
void setQElec (int qelec)
void setMisLable (int mis)
void setBrEast (unsigned int i, int id1)
void setBrWest (unsigned int i, int id2)
void setEndcap (unsigned int i, int id3)
void setRunFrom (int runFrom)
void setRunTo (int runTo)
void setEventFrom (int evtFrom)
void setEventTo (int evtTo)
 EstTofInfoCal ()
 ~EstTofInfoCal ()
int getRunBegin () const
int getRunEnd () const
int getVersion () const
int getQCorr () const
int getQElec () const
int getMisLable () const
int getBrEast (unsigned int im) const
int getBrWest (unsigned int im) const
int getEndcap (unsigned int im) const
int getRunFrom () const
int getRunTo () const
int getEventFrom () const
int getEventTo () const
void setRunBegin (int run1)
void setRunEnd (int run2)
void setVersion (int version)
void setQCorr (int qcorr)
void setQElec (int qelec)
void setMisLable (int mis)
void setBrEast (unsigned int i, int id1)
void setBrWest (unsigned int i, int id2)
void setEndcap (unsigned int i, int id3)
void setRunFrom (int runFrom)
void setRunTo (int runTo)
void setEventFrom (int evtFrom)
void setEventTo (int evtTo)
 EstTofInfoCal ()
 ~EstTofInfoCal ()
int getRunBegin () const
int getRunEnd () const
int getVersion () const
int getQCorr () const
int getQElec () const
int getMisLable () const
int getBrEast (unsigned int im) const
int getBrWest (unsigned int im) const
int getEndcap (unsigned int im) const
int getRunFrom () const
int getRunTo () const
int getEventFrom () const
int getEventTo () const
void setRunBegin (int run1)
void setRunEnd (int run2)
void setVersion (int version)
void setQCorr (int qcorr)
void setQElec (int qelec)
void setMisLable (int mis)
void setBrEast (unsigned int i, int id1)
void setBrWest (unsigned int i, int id2)
void setEndcap (unsigned int i, int id3)
void setRunFrom (int runFrom)
void setRunTo (int runTo)
void setEventFrom (int evtFrom)
void setEventTo (int evtTo)

Detailed Description

Constructor & Destructor Documentation

◆ EstTofInfoCal() [1/3]

EstTofInfoCal::EstTofInfoCal ( )
inline

◆ ~EstTofInfoCal() [1/3]

EstTofInfoCal::~EstTofInfoCal ( )
inline

◆ EstTofInfoCal() [2/3]

EstTofInfoCal::EstTofInfoCal ( )
inline

◆ ~EstTofInfoCal() [2/3]

EstTofInfoCal::~EstTofInfoCal ( )
inline

◆ EstTofInfoCal() [3/3]

EstTofInfoCal::EstTofInfoCal ( )
inline

◆ ~EstTofInfoCal() [3/3]

EstTofInfoCal::~EstTofInfoCal ( )
inline

Member Function Documentation

◆ getBrEast() [1/3]

int EstTofInfoCal::getBrEast ( unsigned int im) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

17{ return m_breast[im]; }

◆ getBrEast() [2/3]

int EstTofInfoCal::getBrEast ( unsigned int im) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

17{ return m_breast[im]; }

◆ getBrEast() [3/3]

int EstTofInfoCal::getBrEast ( unsigned int im) const
inline

Definition at line 17 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

17{ return m_breast[im]; }

◆ getBrWest() [1/3]

int EstTofInfoCal::getBrWest ( unsigned int im) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

18{ return m_brwest[im]; }

◆ getBrWest() [2/3]

int EstTofInfoCal::getBrWest ( unsigned int im) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

18{ return m_brwest[im]; }

◆ getBrWest() [3/3]

int EstTofInfoCal::getBrWest ( unsigned int im) const
inline

Definition at line 18 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

18{ return m_brwest[im]; }

◆ getEndcap() [1/3]

int EstTofInfoCal::getEndcap ( unsigned int im) const
inline

Definition at line 19 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

19{ return m_endcap[im]; }

◆ getEndcap() [2/3]

int EstTofInfoCal::getEndcap ( unsigned int im) const
inline

Definition at line 19 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

19{ return m_endcap[im]; }

◆ getEndcap() [3/3]

int EstTofInfoCal::getEndcap ( unsigned int im) const
inline

Definition at line 19 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

19{ return m_endcap[im]; }

◆ getEventFrom() [1/3]

int EstTofInfoCal::getEventFrom ( ) const
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

23{ return m_eventFrom; }

◆ getEventFrom() [2/3]

int EstTofInfoCal::getEventFrom ( ) const
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

23{ return m_eventFrom; }

◆ getEventFrom() [3/3]

int EstTofInfoCal::getEventFrom ( ) const
inline

Definition at line 23 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

23{ return m_eventFrom; }

◆ getEventTo() [1/3]

int EstTofInfoCal::getEventTo ( ) const
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

24{ return m_eventTo; }

◆ getEventTo() [2/3]

int EstTofInfoCal::getEventTo ( ) const
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

24{ return m_eventTo; }

◆ getEventTo() [3/3]

int EstTofInfoCal::getEventTo ( ) const
inline

Definition at line 24 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

24{ return m_eventTo; }

◆ getMisLable() [1/3]

int EstTofInfoCal::getMisLable ( ) const
inline

Definition at line 15 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

15{ return m_mislable; }

◆ getMisLable() [2/3]

int EstTofInfoCal::getMisLable ( ) const
inline

Definition at line 15 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

15{ return m_mislable; }

◆ getMisLable() [3/3]

int EstTofInfoCal::getMisLable ( ) const
inline

Definition at line 15 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

15{ return m_mislable; }

◆ getQCorr() [1/3]

int EstTofInfoCal::getQCorr ( ) const
inline

Definition at line 13 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

13{ return m_qcorr; }

◆ getQCorr() [2/3]

int EstTofInfoCal::getQCorr ( ) const
inline

Definition at line 13 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

13{ return m_qcorr; }

◆ getQCorr() [3/3]

int EstTofInfoCal::getQCorr ( ) const
inline

Definition at line 13 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

13{ return m_qcorr; }

◆ getQElec() [1/3]

int EstTofInfoCal::getQElec ( ) const
inline

Definition at line 14 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

14{ return m_qelec; }

◆ getQElec() [2/3]

int EstTofInfoCal::getQElec ( ) const
inline

Definition at line 14 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

14{ return m_qelec; }

◆ getQElec() [3/3]

int EstTofInfoCal::getQElec ( ) const
inline

Definition at line 14 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

14{ return m_qelec; }

◆ getRunBegin() [1/3]

int EstTofInfoCal::getRunBegin ( ) const
inline

Definition at line 9 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

9{ return m_run1; }

◆ getRunBegin() [2/3]

int EstTofInfoCal::getRunBegin ( ) const
inline

Definition at line 9 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

9{ return m_run1; }

◆ getRunBegin() [3/3]

int EstTofInfoCal::getRunBegin ( ) const
inline

Definition at line 9 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

9{ return m_run1; }

◆ getRunEnd() [1/3]

int EstTofInfoCal::getRunEnd ( ) const
inline

Definition at line 10 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

10{ return m_run2; }

◆ getRunEnd() [2/3]

int EstTofInfoCal::getRunEnd ( ) const
inline

Definition at line 10 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

10{ return m_run2; }

◆ getRunEnd() [3/3]

int EstTofInfoCal::getRunEnd ( ) const
inline

Definition at line 10 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

10{ return m_run2; }

◆ getRunFrom() [1/3]

int EstTofInfoCal::getRunFrom ( ) const
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

21{ return m_runFrom; }

◆ getRunFrom() [2/3]

int EstTofInfoCal::getRunFrom ( ) const
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

21{ return m_runFrom; }

◆ getRunFrom() [3/3]

int EstTofInfoCal::getRunFrom ( ) const
inline

Definition at line 21 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

21{ return m_runFrom; }

◆ getRunTo() [1/3]

int EstTofInfoCal::getRunTo ( ) const
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

22{ return m_runTo; }

◆ getRunTo() [2/3]

int EstTofInfoCal::getRunTo ( ) const
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

22{ return m_runTo; }

◆ getRunTo() [3/3]

int EstTofInfoCal::getRunTo ( ) const
inline

Definition at line 22 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

22{ return m_runTo; }

◆ getVersion() [1/3]

int EstTofInfoCal::getVersion ( ) const
inline

Definition at line 11 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

11{ return m_version; }

◆ getVersion() [2/3]

int EstTofInfoCal::getVersion ( ) const
inline

Definition at line 11 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

11{ return m_version; }

◆ getVersion() [3/3]

int EstTofInfoCal::getVersion ( ) const
inline

Definition at line 11 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

11{ return m_version; }

◆ setBrEast() [1/3]

void EstTofInfoCal::setBrEast ( unsigned int i,
int id1 )
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

35{ m_breast[i] = id1; }

◆ setBrEast() [2/3]

void EstTofInfoCal::setBrEast ( unsigned int i,
int id1 )
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

35{ m_breast[i] = id1; }

◆ setBrEast() [3/3]

void EstTofInfoCal::setBrEast ( unsigned int i,
int id1 )
inline

Definition at line 35 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

35{ m_breast[i] = id1; }

◆ setBrWest() [1/3]

void EstTofInfoCal::setBrWest ( unsigned int i,
int id2 )
inline

Definition at line 36 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

36{ m_brwest[i] = id2; }

◆ setBrWest() [2/3]

void EstTofInfoCal::setBrWest ( unsigned int i,
int id2 )
inline

Definition at line 36 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

36{ m_brwest[i] = id2; }

◆ setBrWest() [3/3]

void EstTofInfoCal::setBrWest ( unsigned int i,
int id2 )
inline

Definition at line 36 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

36{ m_brwest[i] = id2; }

◆ setEndcap() [1/3]

void EstTofInfoCal::setEndcap ( unsigned int i,
int id3 )
inline

Definition at line 37 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

37{ m_endcap[i] = id3; }

◆ setEndcap() [2/3]

void EstTofInfoCal::setEndcap ( unsigned int i,
int id3 )
inline

Definition at line 37 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

37{ m_endcap[i] = id3; }

◆ setEndcap() [3/3]

void EstTofInfoCal::setEndcap ( unsigned int i,
int id3 )
inline

Definition at line 37 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

37{ m_endcap[i] = id3; }

◆ setEventFrom() [1/3]

void EstTofInfoCal::setEventFrom ( int evtFrom)
inline

Definition at line 41 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

41{ m_eventFrom = evtFrom; }

◆ setEventFrom() [2/3]

void EstTofInfoCal::setEventFrom ( int evtFrom)
inline

Definition at line 41 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

41{ m_eventFrom = evtFrom; }

◆ setEventFrom() [3/3]

void EstTofInfoCal::setEventFrom ( int evtFrom)
inline

Definition at line 41 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

41{ m_eventFrom = evtFrom; }

◆ setEventTo() [1/3]

void EstTofInfoCal::setEventTo ( int evtTo)
inline

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

42{ m_eventTo = evtTo; }

◆ setEventTo() [2/3]

void EstTofInfoCal::setEventTo ( int evtTo)
inline

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

42{ m_eventTo = evtTo; }

◆ setEventTo() [3/3]

void EstTofInfoCal::setEventTo ( int evtTo)
inline

Definition at line 42 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

42{ m_eventTo = evtTo; }

◆ setMisLable() [1/3]

void EstTofInfoCal::setMisLable ( int mis)
inline

Definition at line 33 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

33{ m_mislable = mis; }

◆ setMisLable() [2/3]

void EstTofInfoCal::setMisLable ( int mis)
inline

Definition at line 33 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

33{ m_mislable = mis; }

◆ setMisLable() [3/3]

void EstTofInfoCal::setMisLable ( int mis)
inline

Definition at line 33 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

33{ m_mislable = mis; }

◆ setQCorr() [1/3]

void EstTofInfoCal::setQCorr ( int qcorr)
inline

Definition at line 31 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

31{ m_qcorr = qcorr; }

◆ setQCorr() [2/3]

void EstTofInfoCal::setQCorr ( int qcorr)
inline

Definition at line 31 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

31{ m_qcorr = qcorr; }

◆ setQCorr() [3/3]

void EstTofInfoCal::setQCorr ( int qcorr)
inline

Definition at line 31 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

31{ m_qcorr = qcorr; }

◆ setQElec() [1/3]

void EstTofInfoCal::setQElec ( int qelec)
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

32{ m_qelec = qelec; }

◆ setQElec() [2/3]

void EstTofInfoCal::setQElec ( int qelec)
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

32{ m_qelec = qelec; }

◆ setQElec() [3/3]

void EstTofInfoCal::setQElec ( int qelec)
inline

Definition at line 32 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

32{ m_qelec = qelec; }

◆ setRunBegin() [1/3]

void EstTofInfoCal::setRunBegin ( int run1)
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

27{ m_run1 = run1; }

◆ setRunBegin() [2/3]

void EstTofInfoCal::setRunBegin ( int run1)
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

27{ m_run1 = run1; }

◆ setRunBegin() [3/3]

void EstTofInfoCal::setRunBegin ( int run1)
inline

Definition at line 27 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

27{ m_run1 = run1; }

◆ setRunEnd() [1/3]

void EstTofInfoCal::setRunEnd ( int run2)
inline

Definition at line 28 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

28{ m_run2 = run2; }

◆ setRunEnd() [2/3]

void EstTofInfoCal::setRunEnd ( int run2)
inline

Definition at line 28 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

28{ m_run2 = run2; }

◆ setRunEnd() [3/3]

void EstTofInfoCal::setRunEnd ( int run2)
inline

Definition at line 28 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

28{ m_run2 = run2; }

◆ setRunFrom() [1/3]

void EstTofInfoCal::setRunFrom ( int runFrom)
inline

Definition at line 39 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

39{ m_runFrom = runFrom; }

◆ setRunFrom() [2/3]

void EstTofInfoCal::setRunFrom ( int runFrom)
inline

Definition at line 39 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

39{ m_runFrom = runFrom; }

◆ setRunFrom() [3/3]

void EstTofInfoCal::setRunFrom ( int runFrom)
inline

Definition at line 39 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

39{ m_runFrom = runFrom; }

◆ setRunTo() [1/3]

void EstTofInfoCal::setRunTo ( int runTo)
inline

Definition at line 40 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

40{ m_runTo = runTo; }

◆ setRunTo() [2/3]

void EstTofInfoCal::setRunTo ( int runTo)
inline

Definition at line 40 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

40{ m_runTo = runTo; }

◆ setRunTo() [3/3]

void EstTofInfoCal::setRunTo ( int runTo)
inline

Definition at line 40 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

40{ m_runTo = runTo; }

◆ setVersion() [1/3]

void EstTofInfoCal::setVersion ( int version)
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-dbg/include/EstTofCaliSvc/EstTofInfoCal.h.

29{ m_version = version; }

◆ setVersion() [2/3]

void EstTofInfoCal::setVersion ( int version)
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-opt/include/EstTofCaliSvc/EstTofInfoCal.h.

29{ m_version = version; }

◆ setVersion() [3/3]

void EstTofInfoCal::setVersion ( int version)
inline

Definition at line 29 of file Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTofInfoCal.h.

29{ m_version = version; }

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