CMS 3D CMS Logo

RunCrystalErrorsDat.h
Go to the documentation of this file.
1 #ifndef RUNCRYSTALERRORSDAT_H
2 #define RUNCRYSTALERRORSDAT_H
3 
4 #include <vector>
5 #include <stdexcept>
6 #include <boost/cstdint.hpp>
7 
11 
13  public:
14  friend class EcalCondDBInterface;
17 
18  // User data methods
19  inline std::string getTable() { return "RUN_CRYSTAL_ERRORS_DAT"; }
20 
22  inline uint64_t getErrorBits() const { return m_errorBits; }
23 
24  private:
25  void prepareWrite()
26  noexcept(false);
27 
28  void writeDB(const EcalLogicID* ecid, const RunCrystalErrorsDat* item, RunIOV* iov )
29  noexcept(false);
30 
31  void fetchData(std::map< EcalLogicID, RunCrystalErrorsDat >* 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
#define noexcept
uint64_t getErrorBits() const
void fetchData(std::map< EcalLogicID, RunCrystalErrorsDat > *fillMap, RunIOV *iov) noexcept(false)
unsigned long long uint64_t
Definition: Time.h:15
void setErrorBits(uint64_t bits)
void writeDB(const EcalLogicID *ecid, const RunCrystalErrorsDat *item, RunIOV *iov) noexcept(false)
void prepareWrite() noexcept(false)
Definition: RunIOV.h:13