Jpp
15.0.4
the software that should make you happy
|
#include <limits>
#include "JDetector/JPMTParameters.hh"
#include "JDetector/JPMTAnalogueSignalProcessor.hh"
#include "JLang/JException.hh"
#include "JLang/JThrow.hh"
Go to the source code of this file.
Namespaces | |
JDETECTOR | |
Auxiliary classes and methods for detector calibration. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
double | JDETECTOR::getSurvivalProbability (const JPMTParameters ¶meters) |
Get model dependent probability that a one photo-electron hit survives the simulation of the PMT assuming QE = 1. More... | |
double | JDETECTOR::getHitProbability (const double QE, const double mu) |
Get ratio of hit probabilities for given QE and expectation value of the number of photo-electrons. More... | |
double | JDETECTOR::getMaximalHitProbability (const double mu) |
Get maximal ratio of hit probabilities for given QE and expectation value of the number of photo-electrons. More... | |
double | JDETECTOR::getQE (const double R, const double mu) |
Get QE for given ratio of hit probabilities and expectation value of the number of photo-electrons. More... | |
Auxiliary methods to convert hit probability to QE and vice versa.
Definition in file JPMTParametersToolkit.hh.