#include <MonTTConsistencyDat.h>
Public Member Functions | |
int | getProblematicEvents () const |
int | getProblemsBunchX () const |
int | getProblemsID () const |
int | getProblemsLV1 () const |
int | getProblemsSize () const |
int | getProcessedEvents () const |
std::string | getTable () override |
bool | getTaskStatus () const |
MonTTConsistencyDat () | |
void | setProblematicEvents (int prob) |
void | setProblemsBunchX (int bunchX) |
void | setProblemsID (int id) |
void | setProblemsLV1 (int LV1) |
void | setProblemsSize (int size) |
void | setProcessedEvents (int proc) |
void | setTaskStatus (bool status) |
~MonTTConsistencyDat () override | |
Public Member Functions inherited from IDataItem | |
IDataItem () | |
Public Member Functions inherited from IDBObject | |
oracle::occi::Connection * | getConn () const |
oracle::occi::Environment * | getEnv () const |
void | setConnection (oracle::occi::Environment *env, oracle::occi::Connection *conn) |
virtual | ~IDBObject () |
Private Member Functions | |
void | fetchData (std::map< EcalLogicID, MonTTConsistencyDat > *fillVec, MonRunIOV *iov) noexcept(false) |
void | prepareWrite () noexcept(false) override |
void | writeArrayDB (const std::map< EcalLogicID, MonTTConsistencyDat > *data, MonRunIOV *iov) noexcept(false) |
void | writeDB (const EcalLogicID *ecid, const MonTTConsistencyDat *item, MonRunIOV *iov) noexcept(false) |
Private Attributes | |
int | m_problematicEvents |
int | m_problemsBunchX |
int | m_problemsID |
int | m_problemsLV1 |
int | m_problemsSize |
int | m_processedEvents |
bool | m_taskStatus |
Friends | |
class | EcalCondDBInterface |
Additional Inherited Members | |
Static Public Attributes inherited from IDBObject | |
static int const | ECALDB_NROWS = 1024 |
Protected Member Functions inherited from IDataItem | |
void | checkPrepare () noexcept(false) |
void | createReadStatement () noexcept(false) |
void | setPrefetchRowCount (int ncount) noexcept(false) |
void | terminateReadStatement () noexcept(false) |
void | terminateWriteStatement () noexcept(false) |
Protected Member Functions inherited from IDBObject | |
void | checkConnection () const noexcept(false) |
Protected Attributes inherited from IDataItem | |
oracle::occi::Statement * | m_readStmt |
oracle::occi::Statement * | m_writeStmt |
Protected Attributes inherited from IDBObject | |
oracle::occi::Connection * | m_conn |
oracle::occi::Environment * | m_env |
Definition at line 12 of file MonTTConsistencyDat.h.
MonTTConsistencyDat::MonTTConsistencyDat | ( | ) |
Definition at line 10 of file MonTTConsistencyDat.cc.
|
override |
Definition at line 25 of file MonTTConsistencyDat.cc.
|
privatenoexcept |
Definition at line 76 of file MonTTConsistencyDat.cc.
References dat, alignCSCRings::e, AlCaHLTBitMon_ParallelJobs::p, setProblematicEvents(), setProblemsBunchX(), setProblemsID(), setProblemsLV1(), setProblemsSize(), setProcessedEvents(), and setTaskStatus().
|
inline |
Definition at line 25 of file MonTTConsistencyDat.h.
References m_problematicEvents.
Referenced by writeArrayDB().
|
inline |
Definition at line 37 of file MonTTConsistencyDat.h.
References m_problemsBunchX.
Referenced by writeArrayDB().
|
inline |
Definition at line 28 of file MonTTConsistencyDat.h.
References m_problemsID.
Referenced by writeArrayDB().
|
inline |
Definition at line 34 of file MonTTConsistencyDat.h.
References m_problemsLV1.
Referenced by writeArrayDB().
|
inline |
Definition at line 31 of file MonTTConsistencyDat.h.
References m_problemsSize.
Referenced by writeArrayDB().
|
inline |
Definition at line 22 of file MonTTConsistencyDat.h.
References m_processedEvents.
Referenced by writeArrayDB().
|
inlineoverridevirtual |
Implements IDataItem.
Definition at line 19 of file MonTTConsistencyDat.h.
|
inline |
Definition at line 40 of file MonTTConsistencyDat.h.
References m_taskStatus.
Referenced by writeArrayDB().
|
overrideprivatevirtualnoexcept |
Implements IDataItem.
Definition at line 27 of file MonTTConsistencyDat.cc.
References alignCSCRings::e.
|
inline |
Definition at line 24 of file MonTTConsistencyDat.h.
References m_problematicEvents.
Referenced by fetchData(), and ecaldqm::IntegrityWriter::run().
|
inline |
Definition at line 36 of file MonTTConsistencyDat.h.
References m_problemsBunchX.
Referenced by fetchData(), and ecaldqm::IntegrityWriter::run().
|
inline |
Definition at line 27 of file MonTTConsistencyDat.h.
References gpuClustering::id, and m_problemsID.
Referenced by fetchData(), and ecaldqm::IntegrityWriter::run().
|
inline |
Definition at line 33 of file MonTTConsistencyDat.h.
References m_problemsLV1.
Referenced by fetchData(), and ecaldqm::IntegrityWriter::run().
|
inline |
Definition at line 30 of file MonTTConsistencyDat.h.
References m_problemsSize, and findQualityFiles::size.
Referenced by fetchData(), and ecaldqm::IntegrityWriter::run().
|
inline |
Definition at line 21 of file MonTTConsistencyDat.h.
References m_processedEvents, and ValidateTausOnZEEFastSim_cff::proc.
Referenced by fetchData(), and ecaldqm::IntegrityWriter::run().
|
inline |
Definition at line 39 of file MonTTConsistencyDat.h.
References m_taskStatus, and mps_update::status.
Referenced by fetchData(), and ecaldqm::IntegrityWriter::run().
|
privatenoexcept |
Definition at line 125 of file MonTTConsistencyDat.cc.
References submitPVResolutionJobs::count, data, alignCSCRings::e, EcalLogicID::getLogicID(), getProblematicEvents(), getProblemsBunchX(), getProblemsID(), getProblemsLV1(), getProblemsSize(), getProcessedEvents(), getTaskStatus(), AlCaHLTBitMon_ParallelJobs::p, submitPVValidationJobs::t, groupFilesInBlocks::tt, w, x, y, and z.
|
privatenoexcept |
Definition at line 43 of file MonTTConsistencyDat.cc.
References alignCSCRings::e, and B2GTnPMonitor_cfi::item.
|
friend |
Definition at line 14 of file MonTTConsistencyDat.h.
|
private |
Definition at line 53 of file MonTTConsistencyDat.h.
Referenced by getProblematicEvents(), and setProblematicEvents().
|
private |
Definition at line 57 of file MonTTConsistencyDat.h.
Referenced by getProblemsBunchX(), and setProblemsBunchX().
|
private |
Definition at line 54 of file MonTTConsistencyDat.h.
Referenced by getProblemsID(), and setProblemsID().
|
private |
Definition at line 56 of file MonTTConsistencyDat.h.
Referenced by getProblemsLV1(), and setProblemsLV1().
|
private |
Definition at line 55 of file MonTTConsistencyDat.h.
Referenced by getProblemsSize(), and setProblemsSize().
|
private |
Definition at line 52 of file MonTTConsistencyDat.h.
Referenced by getProcessedEvents(), and setProcessedEvents().
|
private |
Definition at line 58 of file MonTTConsistencyDat.h.
Referenced by getTaskStatus(), and setTaskStatus().