BOSS 7.0.3
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.
 

Detailed Description

Constructor & Destructor Documentation

◆ GenericSrv() [1/4]

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

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

◆ GenericSrv() [2/4]

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/calibUtil-00-00-43/calibUtil/GenericSrv.h.

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

◆ GenericSrv() [3/4]

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

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

◆ GenericSrv() [4/4]

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/include/calibUtil/calibUtil/GenericSrv.h.

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

Member Function Documentation

◆ getCalType() [1/2]

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

Get calibration type.

Definition at line 41 of file Calibration/calibUtil/calibUtil-00-00-43/calibUtil/GenericSrv.h.

41 {
42 return m_calType;
43 }

Referenced by calibUtil::StripSrv::getCalType().

◆ getCalType() [2/2]

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

Get calibration type.

Definition at line 41 of file InstallArea/include/calibUtil/calibUtil/GenericSrv.h.

41 {
42 return m_calType;
43 }

◆ getFmtVer() [1/2]

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

Get format Version.

Definition at line 46 of file Calibration/calibUtil/calibUtil-00-00-43/calibUtil/GenericSrv.h.

46 {
47 return m_fmtVer;
48 }

Referenced by calibUtil::StripSrv::getFmtVer().

◆ getFmtVer() [2/2]

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

Get format Version.

Definition at line 46 of file InstallArea/include/calibUtil/calibUtil/GenericSrv.h.

46 {
47 return m_fmtVer;
48 }

◆ getInst() [1/2]

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

Get instrument name.

Definition at line 31 of file Calibration/calibUtil/calibUtil-00-00-43/calibUtil/GenericSrv.h.

31 {
32 return m_instName;
33 }

Referenced by calibUtil::StripSrv::getInst().

◆ getInst() [2/2]

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

Get instrument name.

Definition at line 31 of file InstallArea/include/calibUtil/calibUtil/GenericSrv.h.

31 {
32 return m_instName;
33 }

◆ getTimestamp() [1/2]

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

Get timestamp.

Definition at line 36 of file Calibration/calibUtil/calibUtil-00-00-43/calibUtil/GenericSrv.h.

36 {
37 return m_timestamp;
38 }

Referenced by calibUtil::StripSrv::getTimestamp().

◆ getTimestamp() [2/2]

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

Get timestamp.

Definition at line 36 of file InstallArea/include/calibUtil/calibUtil/GenericSrv.h.

36 {
37 return m_timestamp;
38 }

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