Auxiliary class to map key to PMT status bit.
More...
#include <JPMT.hh>
Auxiliary class to map key to PMT status bit.
Definition at line 277 of file JPMT.hh.
JDETECTOR::JGetPMTStatusBit::JGetPMTStatusBit |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 283 of file JPMT.hh.
287 #define MAKE_ENTRY(A) std::make_pair(getClassname(#A), A)
Get PMT status bit.
- Parameters
-
- Returns
- bit
Definition at line 301 of file JPMT.hh.
303 const_iterator i = this->find(key);
305 if (i != this->end()) {
311 THROW(JTypeInformationException,
"Invalid key <" << key <<
">");
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message.
The documentation for this struct was generated from the following file: