|
Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
|
Emitter key. More...
#include <JEKey.hh>
Public Member Functions | |
| JEKey () | |
| Default constructor. | |
| JEKey (const JObjectID &id, const JCounter &counter) | |
| Constructor. | |
| int | getKey () const |
| Get hash key. | |
| int | getCounter () const |
| Get counter. | |
| ClassDefNV (JCounter, 1) | |
Static Public Attributes | |
| static const int | COUNTER = 100 |
| Multiplication factor applied to the event counter for the evaluation of the hash key. | |
Protected Attributes | |
| int | counter |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JEKey &key) |
| Write emitter key to output stream. | |
Emitter key.
The emitter key can be used to umambiguously address an event in a data set.
|
inline |
|
inline |
|
inline |
Get hash key.
Definition at line 69 of file JEKey.hh.
|
inlineinherited |
|
inherited |
|
friend |
|
static |
|
protectedinherited |
Definition at line 88 of file JCounter.hh.