Jpp test-rotations-old
the software that should make you happy
|
Auxiliary class to map numerical value to detector version. More...
#include <JDetectorVersion.hh>
Public Member Functions | |
JPutDetectorVersion (const JGetDetectorVersion &input) | |
Constructor. | |
const std::string & | operator() (const JDetectorVersion::JVersion_t &value) const |
Put detector version. | |
int | operator[] (const JDetectorVersion::JVersion_t &value) const |
Get index of version. | |
Auxiliary class to map numerical value to detector version.
Definition at line 252 of file JDetectorVersion.hh.
|
inline |
Constructor.
input | detector versions |
Definition at line 260 of file JDetectorVersion.hh.
|
inline |
Put detector version.
value | numerical value |
Definition at line 276 of file JDetectorVersion.hh.
|
inline |
Get index of version.
value | numerical value |
Definition at line 294 of file JDetectorVersion.hh.