Jpp
18.0.0
the software that should make you happy
|
#include <limits>
#include "TMath.h"
#include "TString.h"
#include "TF1.h"
#include "TH1.h"
#include "TFitResult.h"
#include "JLang/JException.hh"
#include "JTools/JRange.hh"
#include "JDetector/JPMTParameters.hh"
#include "JDetector/JPMTAnalogueSignalProcessor.hh"
#include "JROOT/JRootToolkit.hh"
Go to the source code of this file.
Classes | |
struct | JCALIBRATE::JFitToTParameters |
Fit parameters for two-fold coincidence rate due to K40. More... | |
struct | JCALIBRATE::JFitToT |
Parametrisation of time-over-threshold distribution. More... | |
Namespaces | |
JCALIBRATE | |
Auxiliary classes and methods for PMT calibration. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Variables | |
static const std::string | JCALIBRATE::FITTOT_SUFFIX = ".1ToT" |
static const std::string | JCALIBRATE::FITTOT_FNAME = "fittot" |
static const char * | JCALIBRATE::FITTOT_GAIN_PARNAME = "gain" |
static const char * | JCALIBRATE::FITTOT_GAINSPREAD_PARNAME = "gainSpread" |
static const char * | JCALIBRATE::FITTOT_NORMALIZATION_PARNAME = "normalization" |
static const double | JCALIBRATE::FITTOT_GAIN_MIN = 0.25 |
Default minimal gain. More... | |
static const double | JCALIBRATE::FITTOT_GAIN_MAX = 3.00 |
Default maximal gain. More... | |
static const double | JCALIBRATE::FITTOT_GAINSPREAD_MIN = 0.05 |
Default minimal gain spread. More... | |
static const double | JCALIBRATE::FITTOT_GAINSPREAD_MAX = 2.00 |
Default maximal gain spread. More... | |