Jpp
master_rocky-43-ge265d140c
the software that should make you happy
|
#include <string>
#include <vector>
#include "JSon/JSon.hh"
#include "JSon/JSupport.hh"
#include "JDB/JPBS_t.hh"
#include "JDB/JUPI_t.hh"
#include "JLang/JObjectID.hh"
#include "JLang/JException.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JStatus.hh"
#include "JDetector/JCalibration.hh"
#include "JGeometry3D/JPosition3D.hh"
#include "JGeometry3D/JQuaternion3D.hh"
Go to the source code of this file.
Classes | |
struct | JDETECTOR::JModuleMap_t |
Auxiliary data structure for module address map. More... | |
struct | JDETECTOR::JPMTCalibration_t |
Auxiliary data structure for PMT time calibration. More... | |
struct | JDETECTOR::JPMTStatus_t |
Auxiliary data structure for PMT status. More... | |
struct | JDETECTOR::JHVCalibration_t |
Data structure for PMT high-voltage calibration. More... | |
struct | JDETECTOR::JPMTThresholdCalibration_t |
Data structure for PMT threshold calibration. More... | |
struct | JDETECTOR::JModulePosition_t |
Auxiliary data structure for module position. More... | |
struct | JDETECTOR::JModuleRotation_t |
Auxiliary data structure for module rotation. More... | |
struct | JDETECTOR::JModuleStatus_t |
Auxiliary data structure for module status. More... | |
struct | JDETECTOR::JModuleCalibration_t |
Auxiliary data structure for module time calibration. More... | |
struct | JDETECTOR::JCompassRotation_t |
Auxiliary data structure for compass rotation. More... | |
Namespaces | |
JDETECTOR | |
file Auxiliary data structures and methods for detector calibration. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Typedefs | |
typedef std::vector< JHVCalibration_t > | JDETECTOR::JHVCalibration |
PMT high voltage calibration. More... | |
typedef std::vector< JPMTThresholdCalibration_t > | JDETECTOR::JPMTThresholdCalibration |
PMT threshold calibration. More... | |
typedef std::vector< JModuleMap_t > | JDETECTOR::JModuleMap |
module map More... | |
typedef std::vector< JPMTCalibration_t > | JDETECTOR::JPMTCalibration |
PMT time calibration. More... | |
typedef std::vector< JPMTStatus_t > | JDETECTOR::JPMTStatus |
PMT status. More... | |
typedef std::vector< JModulePosition_t > | JDETECTOR::JModulePosition |
Module position. More... | |
typedef std::vector< JModuleRotation_t > | JDETECTOR::JModuleRotation |
Module rotation. More... | |
typedef std::vector< JModuleStatus_t > | JDETECTOR::JModuleStatus |
Module status. More... | |
typedef std::vector< JModuleCalibration_t > | JDETECTOR::JModuleCalibration |
Module time calibration. More... | |
typedef std::vector< JCompassRotation_t > | JDETECTOR::JCompassRotation |
Compass rotation. More... | |
Functions | |
template<class T > | |
std::vector< std::string > | JDETECTOR::get_string_array (T value) |
Cast single value to array of strings, conform the DB-format. More... | |
double | JDETECTOR::retrieve_value (std::vector< std::string > string_value_array) |
Retrieve value from json array of strings. More... | |