Jpp
|
Auxiliary class for emitter identification. More...
#include <JEmitterID.hh>
Public Types | |
typedef T | data_type |
Public Member Functions | |
int | operator() (const int id) const |
Get emitter identifier for given waveform identifier. More... | |
Static Public Member Functions | |
static void | configure (const int id) |
Configure emitter identification for given detector. More... | |
static data_type & | getInstance () |
Get unique instance of template class. More... | |
Auxiliary class for emitter identification.
This class can be used to map the identfier of a waveform (JDATABASE::JToAshort::EMITTERID / column "TMITTERID" the database table "toashort") to the identifier of the corresponding emitter (c.q. tripod).
Definition at line 31 of file JEmitterID.hh.
|
inherited |
Definition at line 20 of file JSingleton.hh.
|
inline |
Get emitter identifier for given waveform identifier.
id | waveform identifier |
Definition at line 42 of file JEmitterID.hh.
|
inlinestatic |
Configure emitter identification for given detector.
id | detector identifier |
Definition at line 58 of file JEmitterID.hh.
|
inlinestaticinherited |