Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4QMDParameters Class Reference

#include <G4QMDParameters.hh>

Public Member Functions

 ~G4QMDParameters ()
 
G4double Get_wl ()
 
G4double Get_cl ()
 
G4double Get_hbc ()
 
G4double Get_rho0 ()
 
G4double Get_gamm ()
 
G4double Get_cpw ()
 
G4double Get_cph ()
 
G4double Get_epsx ()
 
G4double Get_cpc ()
 
G4double Get_cs ()
 
G4double Get_c0 ()
 
G4double Get_c0p ()
 
G4double Get_clp ()
 
G4double Get_c3 ()
 
G4double Get_c3p ()
 
G4double Get_csp ()
 
G4double Get_cdp ()
 

Static Public Member Functions

static G4QMDParametersGetInstance ()
 

Protected Attributes

G4double wl
 
G4double cl
 
G4double hbc
 
G4double rho0
 
G4double gamm
 
G4double c0
 
G4double c3
 
G4double cs
 
G4double cpw
 
G4double cph
 
G4double epsx
 
G4double cpc
 
G4double c0p
 
G4double clp
 
G4double c3p
 
G4double csp
 
G4double cdp
 

Detailed Description

Definition at line 42 of file G4QMDParameters.hh.

Constructor & Destructor Documentation

◆ ~G4QMDParameters()

G4QMDParameters::~G4QMDParameters ( )

Definition at line 101 of file G4QMDParameters.cc.

102{
103 ;
104}

Member Function Documentation

◆ Get_c0()

G4double G4QMDParameters::Get_c0 ( )
inline

Definition at line 67 of file G4QMDParameters.hh.

67{ return c0; };

Referenced by G4QMDMeanField::G4QMDMeanField().

◆ Get_c0p()

G4double G4QMDParameters::Get_c0p ( )
inline

Definition at line 68 of file G4QMDParameters.hh.

68{ return c0p; };

Referenced by G4QMDGroundStateNucleus::G4QMDGroundStateNucleus().

◆ Get_c3()

G4double G4QMDParameters::Get_c3 ( )
inline

Definition at line 70 of file G4QMDParameters.hh.

70{ return c3; };

Referenced by G4QMDMeanField::G4QMDMeanField().

◆ Get_c3p()

G4double G4QMDParameters::Get_c3p ( )
inline

Definition at line 71 of file G4QMDParameters.hh.

71{ return c3p; };

Referenced by G4QMDGroundStateNucleus::G4QMDGroundStateNucleus().

◆ Get_cdp()

G4double G4QMDParameters::Get_cdp ( )
inline

Definition at line 73 of file G4QMDParameters.hh.

73{ return cdp; };

Referenced by G4QMDGroundStateNucleus::G4QMDGroundStateNucleus().

◆ Get_cl()

G4double G4QMDParameters::Get_cl ( )
inline

Definition at line 58 of file G4QMDParameters.hh.

58{ return cl; };

Referenced by G4QMDMeanField::G4QMDMeanField().

◆ Get_clp()

G4double G4QMDParameters::Get_clp ( )
inline

Definition at line 69 of file G4QMDParameters.hh.

69{ return clp; };

Referenced by G4QMDGroundStateNucleus::G4QMDGroundStateNucleus().

◆ Get_cpc()

G4double G4QMDParameters::Get_cpc ( )
inline

◆ Get_cph()

G4double G4QMDParameters::Get_cph ( )
inline

◆ Get_cpw()

G4double G4QMDParameters::Get_cpw ( )
inline

◆ Get_cs()

G4double G4QMDParameters::Get_cs ( )
inline

Definition at line 66 of file G4QMDParameters.hh.

66{ return cs; };

Referenced by G4QMDMeanField::G4QMDMeanField().

◆ Get_csp()

G4double G4QMDParameters::Get_csp ( )
inline

Definition at line 72 of file G4QMDParameters.hh.

72{ return csp; };

Referenced by G4QMDGroundStateNucleus::G4QMDGroundStateNucleus().

◆ Get_epsx()

G4double G4QMDParameters::Get_epsx ( )
inline

Definition at line 64 of file G4QMDParameters.hh.

64{ return epsx; };

Referenced by G4QMDGroundStateNucleus::G4QMDGroundStateNucleus().

◆ Get_gamm()

G4double G4QMDParameters::Get_gamm ( )
inline

◆ Get_hbc()

G4double G4QMDParameters::Get_hbc ( )
inline

◆ Get_rho0()

G4double G4QMDParameters::Get_rho0 ( )
inline

Definition at line 60 of file G4QMDParameters.hh.

60{ return rho0; };

Referenced by G4QMDMeanField::G4QMDMeanField().

◆ Get_wl()

G4double G4QMDParameters::Get_wl ( )
inline

Definition at line 57 of file G4QMDParameters.hh.

57{ return wl; };

Referenced by G4QMDMeanField::G4QMDMeanField().

◆ GetInstance()

static G4QMDParameters * G4QMDParameters::GetInstance ( )
inlinestatic

Definition at line 49 of file G4QMDParameters.hh.

50 {
51 if ( parameters == NULL ) parameters = new G4QMDParameters();
52 return parameters;
53 }

Referenced by G4QMDGroundStateNucleus::G4QMDGroundStateNucleus(), G4QMDMeanField::G4QMDMeanField(), and G4QMDNucleus::G4QMDNucleus().

Member Data Documentation

◆ c0

G4double G4QMDParameters::c0
protected

Definition at line 90 of file G4QMDParameters.hh.

Referenced by Get_c0().

◆ c0p

G4double G4QMDParameters::c0p
protected

Definition at line 97 of file G4QMDParameters.hh.

Referenced by Get_c0p().

◆ c3

G4double G4QMDParameters::c3
protected

Definition at line 90 of file G4QMDParameters.hh.

Referenced by Get_c3().

◆ c3p

G4double G4QMDParameters::c3p
protected

Definition at line 97 of file G4QMDParameters.hh.

Referenced by Get_c3p().

◆ cdp

G4double G4QMDParameters::cdp
protected

Definition at line 97 of file G4QMDParameters.hh.

Referenced by Get_cdp().

◆ cl

G4double G4QMDParameters::cl
protected

Definition at line 77 of file G4QMDParameters.hh.

Referenced by Get_cl().

◆ clp

G4double G4QMDParameters::clp
protected

Definition at line 97 of file G4QMDParameters.hh.

Referenced by Get_clp().

◆ cpc

G4double G4QMDParameters::cpc
protected

Definition at line 96 of file G4QMDParameters.hh.

Referenced by Get_cpc().

◆ cph

G4double G4QMDParameters::cph
protected

Definition at line 94 of file G4QMDParameters.hh.

Referenced by Get_cph().

◆ cpw

G4double G4QMDParameters::cpw
protected

Definition at line 93 of file G4QMDParameters.hh.

Referenced by Get_cpw().

◆ cs

G4double G4QMDParameters::cs
protected

Definition at line 90 of file G4QMDParameters.hh.

Referenced by Get_cs().

◆ csp

G4double G4QMDParameters::csp
protected

Definition at line 97 of file G4QMDParameters.hh.

Referenced by Get_csp().

◆ epsx

G4double G4QMDParameters::epsx
protected

Definition at line 95 of file G4QMDParameters.hh.

Referenced by Get_epsx().

◆ gamm

G4double G4QMDParameters::gamm
protected

Definition at line 80 of file G4QMDParameters.hh.

Referenced by Get_gamm().

◆ hbc

G4double G4QMDParameters::hbc
protected

Definition at line 78 of file G4QMDParameters.hh.

Referenced by Get_hbc().

◆ rho0

G4double G4QMDParameters::rho0
protected

Definition at line 79 of file G4QMDParameters.hh.

Referenced by Get_rho0().

◆ wl

G4double G4QMDParameters::wl
protected

Definition at line 76 of file G4QMDParameters.hh.

Referenced by Get_wl().


The documentation for this class was generated from the following files: