Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JEEP::JGetStatusBit Struct Reference

Auxiliary class to map key to status bit. More...

#include <JStatus.hh>

Inheritance diagram for JEEP::JGetStatusBit:
std::map< std::string, int > JDETECTOR::JGetModuleStatusBit JDETECTOR::JGetPMTStatusBit

Public Member Functions

int operator() (const std::string &key) const
 Get status bit.
 

Detailed Description

Auxiliary class to map key to status bit.

Definition at line 207 of file JStatus.hh.

Member Function Documentation

◆ operator()()

int JEEP::JGetStatusBit::operator() ( const std::string & key) const
inline

Get status bit.

Parameters
keykey
Returns
bit

Definition at line 216 of file JStatus.hh.

217 {
218 return this->at(key);
219 }

The documentation for this struct was generated from the following file: