Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JSIRENE::JParameters Struct Reference

Detector simulation parameters. More...

#include <JSirene.hh>

Public Member Functions

 JParameters ()
 Default constructor.
 

Public Attributes

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

Detailed Description

Detector simulation parameters.

Definition at line 24 of file JSirene.hh.

Constructor & Destructor Documentation

◆ JParameters()

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 }
size_t Nmax_PMT
maximal number of photo-electrons on PMT
Definition JSirene.hh:47
double Dmin_m
minimal distance for positioning [m]
Definition JSirene.hh:42
double Dmax_m
maximal step size when limited [m]
Definition JSirene.hh:44
double Nmax_NPE
maximal number of photo-electrons of low probability regime
Definition JSirene.hh:46
double Emax_GeV
maximal energy of muon below which step size is limited [GeV]
Definition JSirene.hh:43
double Emin_GeV
minimal energy of muon for shower generation [GeV]
Definition JSirene.hh:41
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

Member Data Documentation

◆ Ecut_GeV

double JSIRENE::JParameters::Ecut_GeV

minimal energy for generation of light from shower [GeV]

Definition at line 40 of file JSirene.hh.

◆ Emin_GeV

double JSIRENE::JParameters::Emin_GeV

minimal energy of muon for shower generation [GeV]

Definition at line 41 of file JSirene.hh.

◆ Dmin_m

double JSIRENE::JParameters::Dmin_m

minimal distance for positioning [m]

Definition at line 42 of file JSirene.hh.

◆ Emax_GeV

double JSIRENE::JParameters::Emax_GeV

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

Definition at line 43 of file JSirene.hh.

◆ Dmax_m

double JSIRENE::JParameters::Dmax_m

maximal step size when limited [m]

Definition at line 44 of file JSirene.hh.

◆ Tmax_ns

double JSIRENE::JParameters::Tmax_ns

maximal time between hits on same PMT to be merged

Definition at line 45 of file JSirene.hh.

◆ Nmax_NPE

double JSIRENE::JParameters::Nmax_NPE

maximal number of photo-electrons of low probability regime

Definition at line 46 of file JSirene.hh.

◆ Nmax_PMT

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: