Jpp
|
#include <limits>
#include "TMath.h"
#include "TString.h"
#include "TF1.h"
#include "TH1.h"
#include "TFitResult.h"
#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 | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Variables | |
static const double | JCALIBRATE::FITTOT_TOT_MIN_NS = 10.0 |
Minimal time-over-threshold [ns]. More... | |
static const double | JCALIBRATE::FITTOT_GAIN_MIN = 0.0 |
Minimal gain [unit]. More... | |
static const double | JCALIBRATE::FITTOT_GAIN_MAX = 10.0 |
Maximal gain [unit]. More... | |
static const double | JCALIBRATE::FITTOT_GAINSPREAD_MIN = 0.0 |
Minimal gain spread [unit]. More... | |
static const double | JCALIBRATE::FITTOT_GAINSPREAD_MAX = 10.0 |
Maximal gain spread [unit]. More... | |