|
Jpp 19.3.0-rc.2
the software that should make you happy
|
Data structure for PMT analogue signal. More...
#include <JPMTSimulator.hh>
Public Member Functions | |
| JPMTSignal () | |
| Default constructor. | |
| JPMTSignal (const double __t_ns, const int __npe) | |
| Constructor. | |
Public Attributes | |
| double | t_ns |
| time [ns] | |
| int | npe |
| number of photo-electrons | |
Data structure for PMT analogue signal.
Definition at line 79 of file JPMTSimulator.hh.
|
inline |
Default constructor.
Definition at line 83 of file JPMTSimulator.hh.
|
inline |
Constructor.
| __t_ns | time [ns] |
| __npe | number of photo-electrons |
Definition at line 95 of file JPMTSimulator.hh.
| double JDETECTOR::JPMTSignal::t_ns |
time [ns]
Definition at line 102 of file JPMTSimulator.hh.
| int JDETECTOR::JPMTSignal::npe |
number of photo-electrons
Definition at line 103 of file JPMTSimulator.hh.