CMS 3D CMS Logo

RunMemTTErrorsDat.h
Go to the documentation of this file.
1 #ifndef RUNMEMTTERRORSDAT_H
2 #define RUNMEMTTERRORSDAT_H
3 
4 #include <vector>
5 #include <stdexcept>
6 
10 #include <cstdint>
11 
12 class RunMemTTErrorsDat : public IDataItem {
13 public:
14  friend class EcalCondDBInterface;
16  ~RunMemTTErrorsDat() override;
17 
18  // User data methods
19  inline std::string getTable() override { return "RUN_MEM_TT_ERRORS_DAT"; }
20 
22  inline uint64_t getErrorBits() const { return m_errorBits; }
23 
24 private:
25  void prepareWrite() noexcept(false) override;
26 
27  void writeDB(const EcalLogicID* ecid, const RunMemTTErrorsDat* item, RunIOV* iov) noexcept(false);
28 
29  void fetchData(std::map<EcalLogicID, RunMemTTErrorsDat>* fillMap, RunIOV* iov) noexcept(false);
30 
31  // User data
33 };
34 
35 #endif
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void writeDB(const EcalLogicID *ecid, const RunMemTTErrorsDat *item, RunIOV *iov) noexcept(false)
void prepareWrite() noexcept(false) override
#define noexcept
uint64_t getErrorBits() const
unsigned long long uint64_t
Definition: Time.h:13
void fetchData(std::map< EcalLogicID, RunMemTTErrorsDat > *fillMap, RunIOV *iov) noexcept(false)
void setErrorBits(uint64_t bits)
Definition: RunIOV.h:13
~RunMemTTErrorsDat() override
std::string getTable() override