Detector version.
More...
#include <JDetectorVersion.hh>
Detector version.
Definition at line 34 of file JDetectorVersion.hh.
Enumeration of version types.
Additional version types should be included in JGetDetectorVersion::JGetDetectorVersion.
Enumerator |
---|
V1 |
First version.
|
V2 |
Version with UTC time and UTM position data.
|
V3 |
Version with PMT status field and comments.
|
V4 |
Version with quaternion and time offset per module.
|
Definition at line 41 of file JDetectorVersion.hh.
Version with UTC time and UTM position data.
Version with PMT status field and comments.
Version with quaternion and time offset per module.
JDETECTOR::JDetectorVersion::JDetectorVersion |
( |
| ) |
|
|
inline |
JDETECTOR::JDetectorVersion::JDetectorVersion |
( |
const JVersion & |
version | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 61 of file JDetectorVersion.hh.
JVersion()
Default constructor.
const JVersion& JDETECTOR::JVersion::getVersion |
( |
| ) |
const |
|
inlineinherited |
Get version.
- Returns
- version
Definition at line 56 of file JDetector/JVersion.hh.
58 return static_cast<const JVersion&
>(*this);
Auxiliary class for version identifier.
JVersion& JDETECTOR::JVersion::getVersion |
( |
| ) |
|
|
inlineinherited |
Get version.
- Returns
- version
Definition at line 67 of file JDetector/JVersion.hh.
69 return static_cast<JVersion&
>(*this);
Auxiliary class for version identifier.
void JDETECTOR::JVersion::setVersion |
( |
const JVersion & |
version | ) |
|
|
inlineinherited |
Set version.
- Parameters
-
Definition at line 78 of file JDetector/JVersion.hh.
Auxiliary class for version identifier.
const std::string& JDETECTOR::JVersion::getVariant |
( |
| ) |
const |
|
inlineinherited |
void JDETECTOR::JVersion::setVariant |
( |
const std::string & |
variant | ) |
|
|
inlineinherited |
bool JDETECTOR::JVersion::equals |
( |
const JVersion & |
version | ) |
const |
|
inlineinherited |
Equal method.
- Parameters
-
- Returns
- true if this version equal to given version; else false
Definition at line 112 of file JDetector/JVersion.hh.
const std::string & getVariant() const
Get variant.
std::string JDETECTOR::JVersion::__variant |
|
protectedinherited |
The documentation for this struct was generated from the following file: