Jpp  18.0.1-rc.1
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
JSIRENE::JParameters Struct Reference

Detector simulation parameters. More...

#include <JSirene.hh>

Public Member Functions

 JParameters ()
 Default constructor. More...
 

Public Attributes

double Ecut_GeV
 minimal energy for generation of light from shower [GeV] More...
 
double Emin_GeV
 minimal energy of muon for shower generation [GeV] More...
 
double Dmin_m
 minimal distance for positioning [m] More...
 
double Emax_GeV
 maximal energy of muon below which step size is limited [GeV] More...
 
double Dmax_m
 maximal step size when limited [m] More...
 
double Tmax_ns
 maximal time between hits on same PMT to be merged More...
 
double Nmax_NPE
 maximal number of photo-electrons of low probability regime More...
 
size_t Nmax_PMT
 maximal number of photo-electrons on PMT More...
 

Detailed Description

Detector simulation parameters.

Definition at line 24 of file JSirene.hh.

Constructor & Destructor Documentation

JSIRENE::JParameters::JParameters ( )
inline

Default constructor.

Definition at line 28 of file JSirene.hh.

29  {
30  Ecut_GeV = 0.1;
31  Emin_GeV = 1.0;
32  Dmin_m = 0.1;
33  Emax_GeV = 250.0;
34  Dmax_m = 10.0;
35  Tmax_ns = 0.1;
36  Nmax_NPE = 25.0;
37  Nmax_PMT = std::numeric_limits<size_t>::max();
38  }
double Emax_GeV
maximal energy of muon below which step size is limited [GeV]
Definition: JSirene.hh:43
double Nmax_NPE
maximal number of photo-electrons of low probability regime
Definition: JSirene.hh:46
double Dmax_m
maximal step size when limited [m]
Definition: JSirene.hh:44
double Dmin_m
minimal distance for positioning [m]
Definition: JSirene.hh:42
double Tmax_ns
maximal time between hits on same PMT to be merged
Definition: JSirene.hh:45
double Ecut_GeV
minimal energy for generation of light from shower [GeV]
Definition: JSirene.hh:40
size_t Nmax_PMT
maximal number of photo-electrons on PMT
Definition: JSirene.hh:47
double Emin_GeV
minimal energy of muon for shower generation [GeV]
Definition: JSirene.hh:41

Member Data Documentation

double JSIRENE::JParameters::Ecut_GeV

minimal energy for generation of light from shower [GeV]

Definition at line 40 of file JSirene.hh.

double JSIRENE::JParameters::Emin_GeV

minimal energy of muon for shower generation [GeV]

Definition at line 41 of file JSirene.hh.

double JSIRENE::JParameters::Dmin_m

minimal distance for positioning [m]

Definition at line 42 of file JSirene.hh.

double JSIRENE::JParameters::Emax_GeV

maximal energy of muon below which step size is limited [GeV]

Definition at line 43 of file JSirene.hh.

double JSIRENE::JParameters::Dmax_m

maximal step size when limited [m]

Definition at line 44 of file JSirene.hh.

double JSIRENE::JParameters::Tmax_ns

maximal time between hits on same PMT to be merged

Definition at line 45 of file JSirene.hh.

double JSIRENE::JParameters::Nmax_NPE

maximal number of photo-electrons of low probability regime

Definition at line 46 of file JSirene.hh.

size_t JSIRENE::JParameters::Nmax_PMT

maximal number of photo-electrons on PMT

Definition at line 47 of file JSirene.hh.


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