Auxiliary class for handling PMT geometry, rate and response.
More...
#include <JPMTW0.hh>
|
| | JPMTW0 () |
| | Default constructor.
|
| |
| | JPMTW0 (const JAxis3D &pmt, const double rate_Hz, const int numberOfHits) |
| | Constructor.
|
| |
| double | getR () const |
| | Get rate.
|
| |
| int | getN () const |
| | Get number of hits.
|
| |
|
| double | __R |
| | rate [Hz]
|
| |
| int | __n |
| | number of hits
|
| |
Auxiliary class for handling PMT geometry, rate and response.
Definition at line 22 of file JPMTW0.hh.
◆ JPMTW0() [1/2]
Default constructor.
Definition at line 28 of file JPMTW0.hh.
◆ JPMTW0() [2/2]
| JFIT::JPMTW0::JPMTW0 |
( |
const JAxis3D & | pmt, |
|
|
const double | rate_Hz, |
|
|
const int | numberOfHits ) |
|
inline |
Constructor.
- Parameters
-
| pmt | PMT axis |
| rate_Hz | rate [Hz] |
| numberOfHits | number of hits |
Definition at line 42 of file JPMTW0.hh.
44 :
45 JAxis3D(pmt),
48 {}
◆ getR()
| double JFIT::JPMTW0::getR |
( |
| ) |
const |
|
inline |
Get rate.
- Returns
- rate [Hz]
Definition at line 56 of file JPMTW0.hh.
◆ getN()
| int JFIT::JPMTW0::getN |
( |
| ) |
const |
|
inline |
Get number of hits.
- Returns
- number of hits
Definition at line 67 of file JPMTW0.hh.
◆ __R
◆ __n
number of hits
Definition at line 74 of file JPMTW0.hh.
The documentation for this struct was generated from the following file: