Jpp
18.0.0-rc.3
the software that should make you happy
|
Auxiliary class for simultaneously handling light yields and response of module. More...
#include <JK40Hit.hh>
Public Member Functions | |
JK40Hit () | |
Default constructor. More... | |
JK40Hit (const JDAQModuleIdentifier &id, const JK40 &k40, const size_t n) | |
Constructor. More... | |
size_t | getN () const |
Get number of hits. More... | |
double | getP () const |
Get probability. More... | |
const JDAQModuleIdentifier & | getModuleIdentifier () const |
Get Module identifier. More... | |
void | setModuleIdentifier (const JDAQModuleIdentifier &module) |
Set Module identifier. More... | |
int | getModuleID () const |
Get module identifier. More... | |
ClassDefNV (JDAQModuleIdentifier, 1) | |
double | getY0 () const |
Get light yield due to random background. More... | |
double | getH0 () const |
Expected number of photo-electrons for random background hypothesis. More... | |
double | getP (const bool hit) const |
Get probability for observing a hit or not. More... | |
double | getChi2 (const bool hit) const |
Get chi2 for observing a hit or not. More... | |
Protected Attributes | |
size_t | __n |
int | id |
double | y0 |
light yield due to random background [npe] More... | |
Auxiliary class for simultaneously handling light yields and response of module.
Definition at line 23 of file JK40Hit.hh.
|
inline |
Default constructor.
Definition at line 32 of file JK40Hit.hh.
|
inline |
Constructor.
id | module identifier |
k40 | k40 |
n | number of hits |
Definition at line 46 of file JK40Hit.hh.
|
inline |
|
inline |
|
inlineinherited |
Get Module identifier.
Definition at line 50 of file JDAQModuleIdentifier.hh.
|
inlineinherited |
Set Module identifier.
module | Module identifier |
Definition at line 61 of file JDAQModuleIdentifier.hh.
|
inlineinherited |
Get module identifier.
Definition at line 72 of file JDAQModuleIdentifier.hh.
|
inherited |
|
inlineinherited |
|
inlineinherited |
Expected number of photo-electrons for random background hypothesis.
Definition at line 60 of file JK40.hh.
|
inlineinherited |
Get probability for observing a hit or not.
hit | hit |
Definition at line 72 of file JK40.hh.
|
inlineinherited |
Get chi2 for observing a hit or not.
hit | hit |
Definition at line 84 of file JK40.hh.
|
protected |
Definition at line 77 of file JK40Hit.hh.
|
protectedinherited |
Definition at line 112 of file JDAQModuleIdentifier.hh.
|
protectedinherited |