Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JDETECTOR::JPhotoElectron Struct Reference

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

#include <JPMTSimulator.hh>

Public Member Functions

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

Static Public Member Functions

static JPhotoElectron getEndMarker ()
 Get end marker.
 

Public Attributes

double t_ns
 time [ns]
 

Detailed Description

Data structure for single photo-electron.

Definition at line 29 of file JPMTSimulator.hh.

Constructor & Destructor Documentation

◆ JPhotoElectron() [1/2]

JDETECTOR::JPhotoElectron::JPhotoElectron ( )
inline

Default constructor.

Definition at line 33 of file JPMTSimulator.hh.

33 :
34 t_ns(0.0)
35 {}

◆ JPhotoElectron() [2/2]

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

◆ getEndMarker()

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

◆ t_ns

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: