Auxiliary class to map PMT status bit to key.
More...
#include <JPMT.hh>
Auxiliary class to map PMT status bit to key.
Definition at line 320 of file JPMT.hh.
Constructor.
- Parameters
-
Definition at line 328 of file JPMT.hh.
332 for (JGetPMTStatusBit::const_iterator i = input.begin(); i != input.end(); ++i) {
333 this->insert(make_pair(i->second, i->first));
Put PMT status bit.
- Parameters
-
- Returns
- bit
Definition at line 344 of file JPMT.hh.
348 const_iterator i = this->find(bit);
350 if (i != this->end()) {
356 THROW(JTypeInformationException,
"Invalid status bit <" << bit <<
">");
#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: