CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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;
17 
18  // User data methods
19  inline std::string getTable() { return "RUN_MEM_TT_ERRORS_DAT"; }
20 
22  inline uint64_t getErrorBits() const { return m_errorBits; }
23 
24  private:
25  void prepareWrite()
26  throw(std::runtime_error);
27 
29  throw(std::runtime_error);
30 
32  throw(std::runtime_error);
33 
34  // User data
36 };
37 
38 #endif
std::string getTable()
void writeDB(const EcalLogicID *ecid, const RunMemTTErrorsDat *item, RunIOV *iov)
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
tuple iov
Definition: o2o.py:307
uint64_t getErrorBits() const
unsigned long long uint64_t
Definition: Time.h:15
string const
Definition: compareJSON.py:14
void setErrorBits(uint64_t bits)
void fillMap(Registry *reg, regmap_type &fillme)
Definition: Registry.cc:24
void fetchData(std::map< EcalLogicID, RunMemTTErrorsDat > *fillMap, RunIOV *iov)
Definition: RunIOV.h:13