CMS 3D CMS Logo

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