Jpp
18.4.0
the software that should make you happy
|
Fit parameters for single PMT. More...
#include <JFitK40.hh>
Public Member Functions | |
JPMTParameters_t () | |
Default constructor. More... | |
void | reset () |
Reset. More... | |
size_t | getN () const |
Get number of fit parameters. More... | |
int | getIndex (JParameter_t JPMTParameters_t::*p) const |
Get index of parameter. More... | |
void | disable () |
Disable PMT. More... | |
void | enable () |
Enable PMT. More... | |
Static Public Member Functions | |
static const JPMTParameters_t & | getInstance () |
Get default values. More... | |
Public Attributes | |
bool | status |
status More... | |
JParameter_t | QE |
relative quantum efficiency [unit] More... | |
JParameter_t | TTS |
transition-time spread [ns] More... | |
JParameter_t | t0 |
time offset [ns] More... | |
JParameter_t | bg |
background [Hz/ns] More... | |
Static Public Attributes | |
static constexpr double | QE_MIN = 0.0 |
minimal QE More... | |
static constexpr double | QE_MAX = 2.0 |
maximal QE More... | |
static constexpr double | TTS_NS = 2.0 |
start value transition-time spread [ns] More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const JPMTParameters_t &object) |
Write PMT parameters to output stream. More... | |
Fit parameters for single PMT.
Definition at line 423 of file JFitK40.hh.
|
inline |
|
inline |
Reset.
Definition at line 441 of file JFitK40.hh.
|
inlinestatic |
Get default values.
Definition at line 457 of file JFitK40.hh.
|
inline |
Get number of fit parameters.
Definition at line 479 of file JFitK40.hh.
|
inline |
Get index of parameter.
p | pointer to data member |
Definition at line 494 of file JFitK40.hh.
|
inline |
Disable PMT.
Definition at line 514 of file JFitK40.hh.
|
inline |
Enable PMT.
Definition at line 528 of file JFitK40.hh.
|
friend |
Write PMT parameters to output stream.
out | output stream |
object | PMT parameters |
Definition at line 546 of file JFitK40.hh.
|
static |
minimal QE
Definition at line 425 of file JFitK40.hh.
|
static |
maximal QE
Definition at line 426 of file JFitK40.hh.
|
static |
start value transition-time spread [ns]
Definition at line 427 of file JFitK40.hh.
bool JCALIBRATE::JPMTParameters_t::status |
status
Definition at line 559 of file JFitK40.hh.
JParameter_t JCALIBRATE::JPMTParameters_t::QE |
relative quantum efficiency [unit]
Definition at line 560 of file JFitK40.hh.
JParameter_t JCALIBRATE::JPMTParameters_t::TTS |
transition-time spread [ns]
Definition at line 561 of file JFitK40.hh.
JParameter_t JCALIBRATE::JPMTParameters_t::t0 |
time offset [ns]
Definition at line 562 of file JFitK40.hh.
JParameter_t JCALIBRATE::JPMTParameters_t::bg |
background [Hz/ns]
Definition at line 563 of file JFitK40.hh.