|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
Data structure for detector version. More...
#include <istream>#include <ostream>#include <string>#include <vector>#include <map>#include "JIO/JSerialisable.hh"#include "JIO/JSTDIO.hh"#include "JLang/JType.hh"#include "JLang/JLangToolkit.hh"#include "JLang/JException.hh"#include "JLang/JVectorize.hh"#include "JDetector/JVersion.hh"#include "Jeep/JeepToolkit.hh"Go to the source code of this file.
Classes | |
| struct | JDETECTOR::JDetectorVersion |
| Detector version. More... | |
| struct | JDETECTOR::JGetDetectorVersion |
| Auxiliary class to map detector version to numerical value. More... | |
| struct | JDETECTOR::JPutDetectorVersion |
| Auxiliary class to map numerical value to detector version. More... | |
Namespaces | |
| namespace | JDETECTOR |
| file Auxiliary data structures and methods for detector calibration. | |
| namespace | JPP |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Macros | |
| #define | MAKE_ENTRY(A) |
Functions | |
| std::vector< std::string > | JDETECTOR::getDetectorVersions (const JType< std::string > &type) |
| Get detector versions. | |
| std::vector< JDetectorVersion::JVersion_t > | JDETECTOR::getDetectorVersions (const JType< JDetectorVersion::JVersion_t > &type) |
| Get detector versions. | |
| template<class T > | |
| std::vector< T > | JDETECTOR::getDetectorVersions () |
| Get detector versions. | |
| std::string | JDETECTOR::getLatestDetectorVersion (const JType< std::string > &type) |
| Get latest detector version. | |
| JVersion | JDETECTOR::getLatestDetectorVersion (const JType< JVersion > &type) |
| Get latest detector version. | |
| JDetectorVersion::JVersion_t | JDETECTOR::getLatestDetectorVersion (const JType< JDetectorVersion::JVersion_t > &type) |
| Get latest detector version. | |
| template<class T > | |
| T | JDETECTOR::getLatestDetectorVersion () |
| Get latest detector version. | |
Variables | |
| static const JGetDetectorVersion | JDETECTOR::getDetectorVersion |
| Function object to map detector version to numerical value. | |
| static const JPutDetectorVersion | JDETECTOR::putDetectorVersion (getDetectorVersion) |
| Function object to map numerical value to detector version. | |
Data structure for detector version.
Definition in file JDetectorVersion.hh.
| #define MAKE_ENTRY | ( | A | ) |