Jpp
18.2.0
the software that should make you happy
|
Detector specific mapping between logical positions and readout channels of PMTs in optical modules. More...
#include "JLang/JTypeList.hh"
#include "JLang/JNullType.hh"
#include "JLang/JType.hh"
#include "JLang/JException.hh"
#include "JDetector/JModuleAddressMap.hh"
#include "JDetector/JDetectorAddressMap.hh"
Go to the source code of this file.
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 JTYPELIST< JPPM_DU_t, JKM3NeTDB_t, JKM3NeT_t, JMonteCarlo_t >::typelist | JDETECTOR::JDetectorTypes_t |
Type list of KM3NeT detector types (specific detectors first). More... | |
Functions | |
bool | JDETECTOR::hasDetector (JType< JPPM_DU_t > type, const int id) |
Check validity of detector identifier. More... | |
bool | JDETECTOR::hasDetector (JType< JKM3NeTDB_t > type, const int id) |
bool | JDETECTOR::hasDetector (JType< JKM3NeT_t > type, const int id) |
bool | JDETECTOR::hasDetector (JType< JMonteCarlo_t > type, const int id) |
template<class JDetector_t > | |
JDetectorAddressMap & | JDETECTOR::getDetectorAddressMap () |
Get detector address map. More... | |
template<class JDetector_t > | |
JModuleAddressMap & | JDETECTOR::getModuleAddressMap (int id) |
Get module address map. More... | |
template<class JDetector_t > | |
const JPMTAddressTranslator & | JDETECTOR::getPMTAddressTranslator (int id, int tdc) |
Get PMT address translator for given module identifier and TDC channel. More... | |
template<class JDetector_t > | |
int | JDETECTOR::getPMTLogicalIndex (int id, int tdc) |
Get PMT logical index for given module identifier and TDC channel. More... | |
JDetectorAddressMap & | JDETECTOR::getDetectorAddressMap (const int id) |
Get detector address map. More... | |
bool | JDETECTOR::hasDetectorAddressMap (const int id) |
Check if detector address map is available. More... | |
Detector specific mapping between logical positions and readout channels of PMTs in optical modules.
Definition in file JDetectorAddressMapToolkit.hh.