#include <QwDBInterface.h>
Definition at line 165 of file QwDBInterface.h.
◆ QwErrDBInterface()
QwErrDBInterface::QwErrDBInterface |
( |
| ) |
|
|
inline |
◆ ~QwErrDBInterface()
virtual QwErrDBInterface::~QwErrDBInterface |
( |
| ) |
|
|
inlinevirtual |
◆ AddThisEntryToList()
template<class T>
void QwErrDBInterface::AddThisEntryToList |
( |
std::vector< T > & | list | ) |
|
|
inline |
Definition at line 226 of file QwDBInterface.h.
227{
228 Bool_t okay = kTRUE;
230 QwError <<
"QwErrDBInterface::AddDBEntryToList: Analysis ID invalid; entry dropped"
232 okay = kFALSE;
233 }
235 QwError <<
"QwErrDBInterface::AddDBEntryToList: Device ID invalid; entry dropped"
237 okay = kFALSE;
238 }
239 if (okay) {
241
242 list.push_back(row);
243 }
244 if (okay == kFALSE) {
246 };
247}
#define QwError
Predefined log drain for errors.
void PrintStatus(Bool_t print_flag)
static std::ostream & endl(std::ostream &)
End of the line.
References QwLog::endl(), fAnalysisId, fDeviceId, PrintStatus(), QwError, and TypedDBClone().
◆ GetDeviceName()
TString QwErrDBInterface::GetDeviceName |
( |
| ) |
|
|
inline |
◆ PrintStatus()
void QwErrDBInterface::PrintStatus |
( |
Bool_t | print_flag | ) |
|
|
inline |
◆ Reset()
void QwErrDBInterface::Reset |
( |
| ) |
|
|
inline |
◆ SetAnalysisID()
void QwErrDBInterface::SetAnalysisID |
( |
UInt_t | id | ) |
|
|
inline |
◆ SetDeviceID()
void QwErrDBInterface::SetDeviceID |
( |
UInt_t | id | ) |
|
|
inline |
◆ SetDeviceName()
void QwErrDBInterface::SetDeviceName |
( |
TString & | in | ) |
|
|
inline |
◆ SetErrorCodeId()
void QwErrDBInterface::SetErrorCodeId |
( |
UInt_t | in | ) |
|
|
inline |
◆ SetLumiDetectorID()
void QwErrDBInterface::SetLumiDetectorID |
( |
QwParityDB * | db | ) |
|
◆ SetMainDetectorID()
void QwErrDBInterface::SetMainDetectorID |
( |
QwParityDB * | db | ) |
|
◆ SetMonitorID()
void QwErrDBInterface::SetMonitorID |
( |
QwParityDB * | db | ) |
|
◆ SetN()
void QwErrDBInterface::SetN |
( |
UInt_t | in | ) |
|
|
inline |
◆ TypedDBClone()
template<class T>
T QwErrDBInterface::TypedDBClone |
( |
| ) |
|
|
private |
◆ fAnalysisId
UInt_t QwErrDBInterface::fAnalysisId |
|
private |
◆ fDeviceId
UInt_t QwErrDBInterface::fDeviceId |
|
private |
◆ fDeviceName
TString QwErrDBInterface::fDeviceName |
|
private |
◆ fErrorCodeId
UInt_t QwErrDBInterface::fErrorCodeId |
|
private |
◆ fN
UInt_t QwErrDBInterface::fN |
|
private |
The documentation for this class was generated from the following files: