Jpp  15.0.4
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JDETECTOR::JPMTSignal Struct Reference

Data structure for PMT analogue signal. More...

#include <JPMTSimulator.hh>

Public Member Functions

 JPMTSignal ()
 Default constructor. More...
 
 JPMTSignal (const double __t_ns, const int __npe)
 Constructor. More...
 

Public Attributes

double t_ns
 time [ns] More...
 
int npe
 number of photo-electrons More...
 

Detailed Description

Data structure for PMT analogue signal.

Definition at line 79 of file JPMTSimulator.hh.

Constructor & Destructor Documentation

JDETECTOR::JPMTSignal::JPMTSignal ( )
inline

Default constructor.

Definition at line 83 of file JPMTSimulator.hh.

83  :
84  t_ns(0.0),
85  npe (0)
86  {}
int npe
number of photo-electrons
double t_ns
time [ns]
JDETECTOR::JPMTSignal::JPMTSignal ( const double  __t_ns,
const int  __npe 
)
inline

Constructor.

Parameters
__t_nstime [ns]
__npenumber of photo-electrons

Definition at line 95 of file JPMTSimulator.hh.

96  :
97  t_ns(__t_ns),
98  npe (__npe)
99  {}
int npe
number of photo-electrons
double t_ns
time [ns]

Member Data Documentation

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.


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