Jpp
|
Classes | |
struct | JPairwiseComparator |
Auxiliary class to sort pairs of PMT addresses within optical module. More... | |
struct | JPMTParameters_t |
Fit parameters for single PMT. More... | |
struct | JFitK40Parameters |
Fit parameters for two-fold coincidence rate due to K40. More... | |
struct | JFitK40 |
Parametrisation of two-fold coincidence rate due to K40 and other radioactive decays. More... | |
struct | JFitToTParameters |
Fit parameters for two-fold coincidence rate due to K40. More... | |
struct | JFitToT |
Parametrisation of time-over-threshold distribution. More... | |
Typedefs | |
typedef JCombinatorics::pair_type | pair_type |
typedef JRange< Double_t > | JRange_t |
Functions | |
double | coincidenceP (double E1, double E2, double ED, int M_min, int M_max) |
Coincidence probability of two PMTs. More... | |
Variables | |
static const char *const | weights_hist_t = "weights_hist" |
Histogram naming. More... | |
static const char *const | W1_overall_t = "W1_overall" |
Named bin for duration of the run. More... | |
static const char *const | WS_t = "WS" |
Named bin for time residual bin width. More... | |
static const char *const | WB_t = "WB" |
Named bin for value of TMax_ns in JCalibrateK40. More... | |
static const char *const | _2S = ".2S" |
Name extension for 2D counts. More... | |
static const char *const | _1B = ".1B" |
Name extension for 1D background. More... | |
static const char *const | _1L = ".1L" |
Name extension for 1D live time. More... | |
static const char *const | _2R = ".2R" |
Name extension for 2D rate. More... | |
static const char *const | _2F = ".2F" |
Name extension for 2F rate. More... | |
static const char *const | _2SToT = ".2SToT" |
Histogram naming. More... | |
static const double | FITK40_QE_MIN = 0.0 |
Minimal quantum efficiency [unit]. More... | |
static const double | FITK40_QE_MAX = 10.0 |
Maximal quantum efficiency [unit]. More... | |
static const double | FITK40_TTS_MIN_NS = 0.0 |
Minimal transition-time spread [ns]. More... | |
static const double | FITK40_TTS_MAX_NS = 3.5 |
Maximal transition-time spread [ns]. More... | |
static const double | FITTOT_GAIN_MIN = 0.25 |
Minimal gain. More... | |
static const double | FITTOT_GAIN_MAX = 2.00 |
Maximal gain. More... | |
static const double | FITTOT_GAINSPREAD_MIN = 0.05 |
Minimal gain spread. More... | |
static const double | FITTOT_GAINSPREAD_MAX = 1.00 |
Maximal gain spread. More... | |
static const double | FITTOT_TOT_LMARGIN = 15.00 |
Fit-region left of peak [ns]. More... | |
static const double | FITTOT_TOT_RMARGIN = 10.00 |
Fit-region right of peak [ns]. More... | |
static const std::string | FITTOT_FNAME = "fittot" |
Definition at line 39 of file JCalibrateK40.hh.
typedef JRange<Double_t> JCALIBRATE::JRange_t |
Definition at line 34 of file JFitToT.hh.
|
inline |
Coincidence probability of two PMTs.
E1 | Expected counts of PMT1 in certain time interval |
E2 | Expected counts of PMT2 in certain time interval |
ED | Expected counts on the rest of the DOM, excluding PMT1 and PMT2 |
M_min | DOM multiplicity lower limit |
M_max | DOM multiplicity higher limit |
Definition at line 107 of file JCalibrateK40.hh.
|
static |
Histogram naming.
Name of histogram with normalisation constants.
Definition at line 27 of file JCalibrateK40.hh.
|
static |
Named bin for duration of the run.
Definition at line 29 of file JCalibrateK40.hh.
|
static |
Named bin for time residual bin width.
Definition at line 30 of file JCalibrateK40.hh.
|
static |
Named bin for value of TMax_ns in JCalibrateK40.
Definition at line 31 of file JCalibrateK40.hh.
|
static |
Name extension for 2D counts.
Definition at line 33 of file JCalibrateK40.hh.
|
static |
Name extension for 1D background.
Definition at line 34 of file JCalibrateK40.hh.
|
static |
Name extension for 1D live time.
Definition at line 35 of file JCalibrateK40.hh.
|
static |
Name extension for 2D rate.
Definition at line 36 of file JCalibrateK40.hh.
|
static |
Name extension for 2F rate.
Definition at line 37 of file JCalibrateK40.hh.
|
static |
|
static |
Minimal quantum efficiency [unit].
Definition at line 33 of file JFitK40.hh.
|
static |
Maximal quantum efficiency [unit].
Definition at line 34 of file JFitK40.hh.
|
static |
Minimal transition-time spread [ns].
Definition at line 35 of file JFitK40.hh.
|
static |
Maximal transition-time spread [ns].
Definition at line 36 of file JFitK40.hh.
|
static |
Minimal gain.
Definition at line 36 of file JFitToT.hh.
|
static |
Maximal gain.
Definition at line 37 of file JFitToT.hh.
|
static |
Minimal gain spread.
Definition at line 39 of file JFitToT.hh.
|
static |
Maximal gain spread.
Definition at line 40 of file JFitToT.hh.
|
static |
Fit-region left of peak [ns].
Definition at line 42 of file JFitToT.hh.
|
static |
Fit-region right of peak [ns].
Definition at line 43 of file JFitToT.hh.
|
static |
Definition at line 45 of file JFitToT.hh.