Jpp  18.2.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
JDETECTOR::JPhotoElectron Struct Reference

Data structure for single photo-electron. More...

#include <JPMTSimulator.hh>

Public Member Functions

 JPhotoElectron ()
 Default constructor. More...
 
 JPhotoElectron (const double __t_ns)
 Constructor. More...
 

Static Public Member Functions

static JPhotoElectron getEndMarker ()
 Get end marker. More...
 

Public Attributes

double t_ns
 time [ns] More...
 

Detailed Description

Data structure for single photo-electron.

Definition at line 29 of file JPMTSimulator.hh.

Constructor & Destructor Documentation

JDETECTOR::JPhotoElectron::JPhotoElectron ( )
inline

Default constructor.

Definition at line 33 of file JPMTSimulator.hh.

33  :
34  t_ns(0.0)
35  {}
JDETECTOR::JPhotoElectron::JPhotoElectron ( const double  __t_ns)
inline

Constructor.

Parameters
__t_nstime [ns]

Definition at line 43 of file JPMTSimulator.hh.

43  :
44  t_ns(__t_ns)
45  {}

Member Function Documentation

static JPhotoElectron JDETECTOR::JPhotoElectron::getEndMarker ( )
inlinestatic

Get end marker.

Returns
latest possible photo-electron

Definition at line 53 of file JPMTSimulator.hh.

54  {
55  return JPhotoElectron(std::numeric_limits<double>::max());
56  }
JPhotoElectron()
Default constructor.

Member Data Documentation

double JDETECTOR::JPhotoElectron::t_ns

time [ns]

Definition at line 59 of file JPMTSimulator.hh.


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