Jpp
 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 26 of file JPMTSimulator.hh.

Constructor & Destructor Documentation

JDETECTOR::JPhotoElectron::JPhotoElectron ( )
inline

Default constructor.

Definition at line 30 of file JPMTSimulator.hh.

30  :
31  t_ns(0.0)
32  {}
JDETECTOR::JPhotoElectron::JPhotoElectron ( const double  __t_ns)
inline

Constructor.

Parameters
__t_nstime [ns]

Definition at line 40 of file JPMTSimulator.hh.

40  :
41  t_ns(__t_ns)
42  {}

Member Function Documentation

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

Get end marker.

Returns
latest possible photo-electron

Definition at line 50 of file JPMTSimulator.hh.

51  {
52  return JPhotoElectron(std::numeric_limits<double>::max());
53  }
JPhotoElectron()
Default constructor.

Member Data Documentation

double JDETECTOR::JPhotoElectron::t_ns

time [ns]

Definition at line 56 of file JPMTSimulator.hh.


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