Jpp
pmt_effective_area_update
the software that should make you happy
|
Auxiliary class for simultaneously handling light yields and response of module. More...
#include <JK40Hit.hh>
Public Types | |
typedef std::vector< double > | JL1_t |
Type definition of expectation values of number of multiple hits. More... | |
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 expectation value for number of single hits. More... | |
double | getY1 (const size_t M) const |
Get expectation value for number of multiple hits. More... | |
double | getP (size_t M) const |
Get probability to observe a hit with given multiplicity. More... | |
Protected Attributes | |
size_t | __n |
int | id |
double | __y0 |
expectation value of number of single hits More... | |
JL1_t | __y1 |
expectation values of number of multiple hits More... | |
Auxiliary class for simultaneously handling light yields and response of module.
Definition at line 23 of file JK40Hit.hh.
|
inherited |
|
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 |
|
inlineinherited |
Get probability to observe a hit with given multiplicity.
Note that if M = 0, the probability corresponds to observing no hits.
M | multiplicity (M >= 0) |
Definition at line 128 of file JK40.hh.
|
protected |
Definition at line 77 of file JK40Hit.hh.
|
protectedinherited |
Definition at line 112 of file JDAQModuleIdentifier.hh.
|
protectedinherited |
|
protectedinherited |