Jpp 20.0.0-rc.8
the software that should make you happy
Loading...
Searching...
No Matches
JDETECTOR::JPMTSignal Struct Reference

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
 

Detailed Description

Data structure for PMT analogue signal.

Definition at line 80 of file JPMTSimulator.hh.

Constructor & Destructor Documentation

◆ JPMTSignal() [1/2]

JDETECTOR::JPMTSignal::JPMTSignal ( )
inline

Default constructor.

Definition at line 84 of file JPMTSimulator.hh.

84 :
85 t_ns(0.0),
86 npe (0)
87 {}
int npe
number of photo-electrons

◆ JPMTSignal() [2/2]

JDETECTOR::JPMTSignal::JPMTSignal ( const double __t_ns,
const int __npe )
inline

Constructor.

Parameters
__t_nstime [ns]
__npenumber of photo-electrons

Definition at line 96 of file JPMTSimulator.hh.

97 :
98 t_ns(__t_ns),
99 npe (__npe)
100 {}

Member Data Documentation

◆ t_ns

double JDETECTOR::JPMTSignal::t_ns

time [ns]

Definition at line 103 of file JPMTSimulator.hh.

◆ npe

int JDETECTOR::JPMTSignal::npe

number of photo-electrons

Definition at line 104 of file JPMTSimulator.hh.


The documentation for this struct was generated from the following file: