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

Data structure for PMT digital pulse. More...

#include <JPMTSimulator.hh>

Public Member Functions

 JPMTPulse ()
 Default constructor.
 
 JPMTPulse (const double __t_ns, const double __tot_ns)
 Constructor.
 

Public Attributes

double t_ns
 time [ns]
 
double tot_ns
 time-over-threshold [ns]
 

Detailed Description

Data structure for PMT digital pulse.

Definition at line 124 of file JPMTSimulator.hh.

Constructor & Destructor Documentation

◆ JPMTPulse() [1/2]

JDETECTOR::JPMTPulse::JPMTPulse ( )
inline

Default constructor.

Definition at line 128 of file JPMTSimulator.hh.

128 :
129 t_ns (0.0),
130 tot_ns(0.0)
131 {}
double t_ns
time [ns]
double tot_ns
time-over-threshold [ns]

◆ JPMTPulse() [2/2]

JDETECTOR::JPMTPulse::JPMTPulse ( const double __t_ns,
const double __tot_ns )
inline

Constructor.

Parameters
__t_nstime [ns]
__tot_nstime-over-threshold [ns]

Definition at line 140 of file JPMTSimulator.hh.

141 :
142 t_ns (__t_ns),
143 tot_ns(__tot_ns)
144 {}

Member Data Documentation

◆ t_ns

double JDETECTOR::JPMTPulse::t_ns

time [ns]

Definition at line 147 of file JPMTSimulator.hh.

◆ tot_ns

double JDETECTOR::JPMTPulse::tot_ns

time-over-threshold [ns]

Definition at line 148 of file JPMTSimulator.hh.


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