CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunTTErrorsDat.h
Go to the documentation of this file.
1 #ifndef RUNTTERRORSDAT_H
2 #define RUNTTERRORSDAT_H
3 
4 #include <vector>
5 #include <stdexcept>
6 #include <boost/cstdint.hpp>
7 
11 
12 class RunTTErrorsDat : public IDataItem {
13  public:
14  friend class EcalCondDBInterface;
17 
18  // User data methods
19  inline std::string getTable() { return "RUN_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 
28  void writeDB(const EcalLogicID* ecid, const RunTTErrorsDat* item, RunIOV* iov )
29  throw(std::runtime_error);
30 
32  throw(std::runtime_error);
33 
34  // User data
36 };
37 
38 #endif
uint64_t m_errorBits
void writeDB(const EcalLogicID *ecid, const RunTTErrorsDat *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
void setErrorBits(uint64_t bits)
tuple iov
Definition: o2o.py:307
void fetchData(std::map< EcalLogicID, RunTTErrorsDat > *fillMap, RunIOV *iov)
unsigned long long uint64_t
Definition: Time.h:15
uint64_t getErrorBits() const
string const
Definition: compareJSON.py:14
std::string getTable()
void fillMap(Registry *reg, regmap_type &fillme)
Definition: Registry.cc:24
Definition: RunIOV.h:13