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 #include <boost/cstdint.hpp>
7 
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()
26  noexcept(false) override;
27 
28  void writeDB(const EcalLogicID* ecid, const RunMemTTErrorsDat* item, RunIOV* iov )
29  noexcept(false);
30 
31  void fetchData(std::map< EcalLogicID, RunMemTTErrorsDat >* fillMap, RunIOV* iov)
32  noexcept(false);
33 
34  // User data
36 };
37 
38 #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:15
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