BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
calibUtil::GenericSrv Class Reference

#include <GenericSrv.h>

Public Member Functions

 GenericSrv (const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *docElt)
 Constructor that fills in values of generic data from XML file.
 GenericSrv (std::string inst, std::string timestamp, std::string calType, InputSample *samp)
 Constructor to be used when creating a new calibration data set.
std::string getInst ()
 Get instrument name.
std::string getTimestamp ()
 Get timestamp.
std::string getCalType ()
 Get calibration type.
std::string getFmtVer ()
 Get format Version.
 GenericSrv (const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *docElt)
 Constructor that fills in values of generic data from XML file.
 GenericSrv (std::string inst, std::string timestamp, std::string calType, InputSample *samp)
 Constructor to be used when creating a new calibration data set.
std::string getInst ()
 Get instrument name.
std::string getTimestamp ()
 Get timestamp.
std::string getCalType ()
 Get calibration type.
std::string getFmtVer ()
 Get format Version.
 GenericSrv (const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *docElt)
 Constructor that fills in values of generic data from XML file.
 GenericSrv (std::string inst, std::string timestamp, std::string calType, InputSample *samp)
 Constructor to be used when creating a new calibration data set.
std::string getInst ()
 Get instrument name.
std::string getTimestamp ()
 Get timestamp.
std::string getCalType ()
 Get calibration type.
std::string getFmtVer ()
 Get format Version.

Detailed Description

Constructor & Destructor Documentation

◆ GenericSrv() [1/6]

calibUtil::GenericSrv::GenericSrv ( const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * docElt)

Constructor that fills in values of generic data from XML file.

◆ GenericSrv() [2/6]

calibUtil::GenericSrv::GenericSrv ( std::string inst,
std::string timestamp,
std::string calType,
InputSample * samp )
inline

Constructor to be used when creating a new calibration data set.

Definition at line 25 of file Calibration/calibUtil/include/calibUtil/GenericSrv.h.

27 : m_instName( inst )
28 , m_timestamp( timestamp )
29 , m_calType( calType )
30 , m_fmtVer( 0 )
31 , m_sample( samp ) {}

◆ GenericSrv() [3/6]

calibUtil::GenericSrv::GenericSrv ( const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * docElt)

Constructor that fills in values of generic data from XML file.

◆ GenericSrv() [4/6]

calibUtil::GenericSrv::GenericSrv ( std::string inst,
std::string timestamp,
std::string calType,
InputSample * samp )
inline

Constructor to be used when creating a new calibration data set.

Definition at line 25 of file InstallArea/x86_64-el9-gcc13-dbg/include/calibUtil/GenericSrv.h.

27 : m_instName( inst )
28 , m_timestamp( timestamp )
29 , m_calType( calType )
30 , m_fmtVer( 0 )
31 , m_sample( samp ) {}

◆ GenericSrv() [5/6]

calibUtil::GenericSrv::GenericSrv ( const XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * docElt)

Constructor that fills in values of generic data from XML file.

◆ GenericSrv() [6/6]

calibUtil::GenericSrv::GenericSrv ( std::string inst,
std::string timestamp,
std::string calType,
InputSample * samp )
inline

Constructor to be used when creating a new calibration data set.

Definition at line 25 of file InstallArea/x86_64-el9-gcc13-opt/include/calibUtil/GenericSrv.h.

27 : m_instName( inst )
28 , m_timestamp( timestamp )
29 , m_calType( calType )
30 , m_fmtVer( 0 )
31 , m_sample( samp ) {}

Member Function Documentation

◆ getCalType() [1/3]

std::string calibUtil::GenericSrv::getCalType ( )
inline

Get calibration type.

Definition at line 40 of file Calibration/calibUtil/include/calibUtil/GenericSrv.h.

40{ return m_calType; }

◆ getCalType() [2/3]

std::string calibUtil::GenericSrv::getCalType ( )
inline

Get calibration type.

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

40{ return m_calType; }

◆ getCalType() [3/3]

std::string calibUtil::GenericSrv::getCalType ( )
inline

Get calibration type.

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

40{ return m_calType; }

◆ getFmtVer() [1/3]

std::string calibUtil::GenericSrv::getFmtVer ( )
inline

Get format Version.

Definition at line 43 of file Calibration/calibUtil/include/calibUtil/GenericSrv.h.

43{ return m_fmtVer; }

◆ getFmtVer() [2/3]

std::string calibUtil::GenericSrv::getFmtVer ( )
inline

Get format Version.

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-dbg/include/calibUtil/GenericSrv.h.

43{ return m_fmtVer; }

◆ getFmtVer() [3/3]

std::string calibUtil::GenericSrv::getFmtVer ( )
inline

Get format Version.

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-opt/include/calibUtil/GenericSrv.h.

43{ return m_fmtVer; }

◆ getInst() [1/3]

std::string calibUtil::GenericSrv::getInst ( )
inline

Get instrument name.

Definition at line 34 of file Calibration/calibUtil/include/calibUtil/GenericSrv.h.

34{ return m_instName; }

◆ getInst() [2/3]

std::string calibUtil::GenericSrv::getInst ( )
inline

Get instrument name.

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-dbg/include/calibUtil/GenericSrv.h.

34{ return m_instName; }

◆ getInst() [3/3]

std::string calibUtil::GenericSrv::getInst ( )
inline

Get instrument name.

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-opt/include/calibUtil/GenericSrv.h.

34{ return m_instName; }

◆ getTimestamp() [1/3]

std::string calibUtil::GenericSrv::getTimestamp ( )
inline

Get timestamp.

Definition at line 37 of file Calibration/calibUtil/include/calibUtil/GenericSrv.h.

37{ return m_timestamp; }

◆ getTimestamp() [2/3]

std::string calibUtil::GenericSrv::getTimestamp ( )
inline

Get timestamp.

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

37{ return m_timestamp; }

◆ getTimestamp() [3/3]

std::string calibUtil::GenericSrv::getTimestamp ( )
inline

Get timestamp.

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

37{ return m_timestamp; }

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