|
BOSS 8.0.0
BESIII Offline Software System
|
#include <StripSrv.h>
Classes | |
| struct | stowerRC |
| Clients should use as return values for readData. More... | |
Public Types | |
| enum | eBadType { UNKNOWN_BADTYPE , DEAD , HOT , UNKNOWN_BADTYPE , DEAD , HOT , UNKNOWN_BADTYPE , DEAD , HOT } |
| enum | eBadType { UNKNOWN_BADTYPE , DEAD , HOT , UNKNOWN_BADTYPE , DEAD , HOT , UNKNOWN_BADTYPE , DEAD , HOT } |
| enum | eBadType { UNKNOWN_BADTYPE , DEAD , HOT , UNKNOWN_BADTYPE , DEAD , HOT , UNKNOWN_BADTYPE , DEAD , HOT } |
| typedef struct calibUtil::StripSrv::stowerRC | towerRC |
| Clients should use as return values for readData. | |
| typedef std::vector< unsigned short int > | StripCol |
| typedef struct calibUtil::StripSrv::stowerRC | towerRC |
| Clients should use as return values for readData. | |
| typedef std::vector< unsigned short int > | StripCol |
| typedef struct calibUtil::StripSrv::stowerRC | towerRC |
| Clients should use as return values for readData. | |
| typedef std::vector< unsigned short int > | StripCol |
Public Member Functions | |
| StripSrv (std::string xmlFileName) | |
| StripSrv (eBadType badType, const GenericSrv &gen) | |
| Constructor to be used when creating new calibrations. | |
| ~StripSrv () | |
| destructor. Deallocates memory | |
| eBadType | getBadType () const |
| returns the status (Hot or Dead) of the strip | |
| void | getBadTowers (std::vector< towerRC > &towerIds) const |
| lists all towers with bad strips | |
| std::string | getInst () const |
| methods giving access to generic data | |
| std::string | getTimestamp () const |
| Get timestamp. | |
| std::string | getCalType () const |
| Get calibration type. | |
| std::string | getFmtVer () const |
| Get format Version. | |
| eVisitorRet | traverseInfo (ClientObject *client) const |
| call back method for client to access large data | |
| eVisitorRet | writeXml (std::ostream *out) |
| StripSrv (std::string xmlFileName) | |
| StripSrv (eBadType badType, const GenericSrv &gen) | |
| Constructor to be used when creating new calibrations. | |
| ~StripSrv () | |
| destructor. Deallocates memory | |
| eBadType | getBadType () const |
| returns the status (Hot or Dead) of the strip | |
| void | getBadTowers (std::vector< towerRC > &towerIds) const |
| lists all towers with bad strips | |
| std::string | getInst () const |
| methods giving access to generic data | |
| std::string | getTimestamp () const |
| Get timestamp. | |
| std::string | getCalType () const |
| Get calibration type. | |
| std::string | getFmtVer () const |
| Get format Version. | |
| eVisitorRet | traverseInfo (ClientObject *client) const |
| call back method for client to access large data | |
| eVisitorRet | writeXml (std::ostream *out) |
| StripSrv (std::string xmlFileName) | |
| StripSrv (eBadType badType, const GenericSrv &gen) | |
| Constructor to be used when creating new calibrations. | |
| ~StripSrv () | |
| destructor. Deallocates memory | |
| eBadType | getBadType () const |
| returns the status (Hot or Dead) of the strip | |
| void | getBadTowers (std::vector< towerRC > &towerIds) const |
| lists all towers with bad strips | |
| std::string | getInst () const |
| methods giving access to generic data | |
| std::string | getTimestamp () const |
| Get timestamp. | |
| std::string | getCalType () const |
| Get calibration type. | |
| std::string | getFmtVer () const |
| Get format Version. | |
| eVisitorRet | traverseInfo (ClientObject *client) const |
| call back method for client to access large data | |
| eVisitorRet | writeXml (std::ostream *out) |
Definition at line 57 of file Calibration/calibUtil/include/calibUtil/StripSrv.h.
| typedef std::vector<unsigned short int> calibUtil::StripSrv::StripCol |
Definition at line 67 of file Calibration/calibUtil/include/calibUtil/StripSrv.h.
| typedef std::vector<unsigned short int> calibUtil::StripSrv::StripCol |
Definition at line 67 of file InstallArea/x86_64-el9-gcc13-dbg/include/calibUtil/StripSrv.h.
| typedef std::vector<unsigned short int> calibUtil::StripSrv::StripCol |
Definition at line 67 of file InstallArea/x86_64-el9-gcc13-opt/include/calibUtil/StripSrv.h.
| typedef struct calibUtil::StripSrv::stowerRC calibUtil::StripSrv::towerRC |
Clients should use as return values for readData.
| typedef struct calibUtil::StripSrv::stowerRC calibUtil::StripSrv::towerRC |
Clients should use as return values for readData.
| typedef struct calibUtil::StripSrv::stowerRC calibUtil::StripSrv::towerRC |
Clients should use as return values for readData.
| Enumerator | |
|---|---|
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
Definition at line 60 of file Calibration/calibUtil/include/calibUtil/StripSrv.h.
| Enumerator | |
|---|---|
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
Definition at line 60 of file InstallArea/x86_64-el9-gcc13-dbg/include/calibUtil/StripSrv.h.
| Enumerator | |
|---|---|
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
| UNKNOWN_BADTYPE | |
| DEAD | |
| HOT | |
Definition at line 60 of file InstallArea/x86_64-el9-gcc13-opt/include/calibUtil/StripSrv.h.
| calibUtil::StripSrv::StripSrv | ( | std::string | xmlFileName | ) |
constructor. Initializes strip service by creating a DOM structure out of the XML file and filling in the internal data structures
Definition at line 31 of file StripSrv.cxx.
| calibUtil::StripSrv::StripSrv | ( | eBadType | badType, |
| const GenericSrv & | gen ) |
Constructor to be used when creating new calibrations.
Definition at line 25 of file StripSrv.cxx.
| calibUtil::StripSrv::~StripSrv | ( | ) |
destructor. Deallocates memory
destructor used to deallocate memory
Definition at line 111 of file StripSrv.cxx.
| calibUtil::StripSrv::StripSrv | ( | std::string | xmlFileName | ) |
constructor. Initializes strip service by creating a DOM structure out of the XML file and filling in the internal data structures
| calibUtil::StripSrv::StripSrv | ( | eBadType | badType, |
| const GenericSrv & | gen ) |
Constructor to be used when creating new calibrations.
| calibUtil::StripSrv::~StripSrv | ( | ) |
destructor. Deallocates memory
| calibUtil::StripSrv::StripSrv | ( | std::string | xmlFileName | ) |
constructor. Initializes strip service by creating a DOM structure out of the XML file and filling in the internal data structures
| calibUtil::StripSrv::StripSrv | ( | eBadType | badType, |
| const GenericSrv & | gen ) |
Constructor to be used when creating new calibrations.
| calibUtil::StripSrv::~StripSrv | ( | ) |
destructor. Deallocates memory
| void calibUtil::StripSrv::getBadTowers | ( | std::vector< towerRC > & | towerIds | ) | const |
lists all towers with bad strips
Lists all towers with bad strips.
Definition at line 117 of file StripSrv.cxx.
| void calibUtil::StripSrv::getBadTowers | ( | std::vector< towerRC > & | towerIds | ) | const |
lists all towers with bad strips
| void calibUtil::StripSrv::getBadTowers | ( | std::vector< towerRC > & | towerIds | ) | const |
lists all towers with bad strips
| StripSrv::eBadType calibUtil::StripSrv::getBadType | ( | ) | const |
returns the status (Hot or Dead) of the strip
returns the status (Hot or Dead) of the strips
Definition at line 114 of file StripSrv.cxx.
| eBadType calibUtil::StripSrv::getBadType | ( | ) | const |
returns the status (Hot or Dead) of the strip
| eBadType calibUtil::StripSrv::getBadType | ( | ) | const |
returns the status (Hot or Dead) of the strip
| std::string calibUtil::StripSrv::getCalType | ( | ) | const |
Get calibration type.
Definition at line 140 of file StripSrv.cxx.
| std::string calibUtil::StripSrv::getCalType | ( | ) | const |
Get calibration type.
| std::string calibUtil::StripSrv::getCalType | ( | ) | const |
Get calibration type.
| std::string calibUtil::StripSrv::getFmtVer | ( | ) | const |
Get format Version.
Definition at line 143 of file StripSrv.cxx.
| std::string calibUtil::StripSrv::getFmtVer | ( | ) | const |
Get format Version.
| std::string calibUtil::StripSrv::getFmtVer | ( | ) | const |
Get format Version.
| std::string calibUtil::StripSrv::getInst | ( | ) | const |
methods giving access to generic data
Get instrument name
Definition at line 134 of file StripSrv.cxx.
| std::string calibUtil::StripSrv::getInst | ( | ) | const |
methods giving access to generic data
Get instrument name
| std::string calibUtil::StripSrv::getInst | ( | ) | const |
methods giving access to generic data
Get instrument name
| std::string calibUtil::StripSrv::getTimestamp | ( | ) | const |
| std::string calibUtil::StripSrv::getTimestamp | ( | ) | const |
Get timestamp.
| std::string calibUtil::StripSrv::getTimestamp | ( | ) | const |
Get timestamp.
| eVisitorRet calibUtil::StripSrv::traverseInfo | ( | ClientObject * | client | ) | const |
call back method for client to access large data
Definition at line 146 of file StripSrv.cxx.
| eVisitorRet calibUtil::StripSrv::traverseInfo | ( | ClientObject * | client | ) | const |
call back method for client to access large data
| eVisitorRet calibUtil::StripSrv::traverseInfo | ( | ClientObject * | client | ) | const |
call back method for client to access large data
| eVisitorRet calibUtil::StripSrv::writeXml | ( | std::ostream * | out | ) |
Definition at line 303 of file StripSrv.cxx.
| eVisitorRet calibUtil::StripSrv::writeXml | ( | std::ostream * | out | ) |
| eVisitorRet calibUtil::StripSrv::writeXml | ( | std::ostream * | out | ) |