Jpp
debug
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 425 of file JFitK40.hh.
|
inline |
|
inline |
Reset.
Definition at line 443 of file JFitK40.hh.
|
inlinestatic |
Get default values.
Definition at line 459 of file JFitK40.hh.
|
inline |
Get number of fit parameters.
Definition at line 481 of file JFitK40.hh.
|
inline |
Get index of parameter.
p | pointer to data member |
Definition at line 496 of file JFitK40.hh.
|
inline |
Disable PMT.
Definition at line 516 of file JFitK40.hh.
|
inline |
|
friend |
Write PMT parameters to output stream.
out | output stream |
object | PMT parameters |
Definition at line 548 of file JFitK40.hh.
|
staticconstexpr |
minimal QE
Definition at line 427 of file JFitK40.hh.
|
staticconstexpr |
maximal QE
Definition at line 428 of file JFitK40.hh.
|
staticconstexpr |
start value transition-time spread [ns]
Definition at line 429 of file JFitK40.hh.
bool JCALIBRATE::JPMTParameters_t::status |
status
Definition at line 561 of file JFitK40.hh.
JParameter_t JCALIBRATE::JPMTParameters_t::QE |
relative quantum efficiency [unit]
Definition at line 562 of file JFitK40.hh.
JParameter_t JCALIBRATE::JPMTParameters_t::TTS |
transition-time spread [ns]
Definition at line 563 of file JFitK40.hh.
JParameter_t JCALIBRATE::JPMTParameters_t::t0 |
time offset [ns]
Definition at line 564 of file JFitK40.hh.
JParameter_t JCALIBRATE::JPMTParameters_t::bg |
background [Hz/ns]
Definition at line 565 of file JFitK40.hh.