Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4INCL::GlobalInfo Struct Reference

#include <G4INCLGlobalInfo.hh>

Public Member Functions

 GlobalInfo ()
 

Public Attributes

Int_t nShots
 Number of shots.
 
Int_t nTransparents
 Number of transparent shots.
 
Int_t nNucleonAbsorptions
 Number of nucleon absorptions (no outcoming particles)
 
Int_t nPionAbsorptions
 Number of nucleon absorptions (no outcoming pions)
 
Int_t nForcedTransparents
 Number of forced transparents.
 
Int_t nForcedCompoundNucleus
 Number of forced compound-nucleus events.
 
Float_t nucleonAbsorptionCrossSection
 Nucleon absorption cross section.
 
Float_t pionAbsorptionCrossSection
 Pion absorption cross section.
 
Float_t geometricCrossSection
 Geometric cross section.
 
Float_t reactionCrossSection
 Calculated reaction cross section.
 
Float_t errorReactionCrossSection
 Error on the calculated reaction cross section.
 
Short_t Ap
 Projectile mass number given as input.
 
Short_t Zp
 Projectile charge number given as input.
 
Short_t At
 Target mass number given as input.
 
Short_t Zt
 Target charge number given as input.
 
Float_t Ep
 Projectile kinetic energy given as input.
 
std::string cascadeModel
 Name of the cascade model.
 
std::string deexcitationModel
 Name of the de-excitation model.
 

Detailed Description

Definition at line 64 of file G4INCLGlobalInfo.hh.

Constructor & Destructor Documentation

◆ GlobalInfo()

G4INCL::GlobalInfo::GlobalInfo ( )
inline

Definition at line 65 of file G4INCLGlobalInfo.hh.

65 :
70 Ap(0), Zp(0), At(0), Zt(0), Ep(0.0)
71 {};
Int_t nNucleonAbsorptions
Number of nucleon absorptions (no outcoming particles)
Float_t pionAbsorptionCrossSection
Pion absorption cross section.
Float_t Ep
Projectile kinetic energy given as input.
Short_t At
Target mass number given as input.
Int_t nShots
Number of shots.
Float_t nucleonAbsorptionCrossSection
Nucleon absorption cross section.
Short_t Zt
Target charge number given as input.
Int_t nPionAbsorptions
Number of nucleon absorptions (no outcoming pions)
Short_t Ap
Projectile mass number given as input.
Int_t nTransparents
Number of transparent shots.
Int_t nForcedCompoundNucleus
Number of forced compound-nucleus events.
Short_t Zp
Projectile charge number given as input.
Int_t nForcedTransparents
Number of forced transparents.
Float_t reactionCrossSection
Calculated reaction cross section.
Float_t geometricCrossSection
Geometric cross section.

Member Data Documentation

◆ Ap

Short_t G4INCL::GlobalInfo::Ap

Projectile mass number given as input.

Definition at line 98 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::INCL().

◆ At

Short_t G4INCL::GlobalInfo::At

Target mass number given as input.

Definition at line 102 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::INCL().

◆ cascadeModel

std::string G4INCL::GlobalInfo::cascadeModel

Name of the cascade model.

Definition at line 109 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::INCL().

◆ deexcitationModel

std::string G4INCL::GlobalInfo::deexcitationModel

Name of the de-excitation model.

Definition at line 111 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::INCL().

◆ Ep

Float_t G4INCL::GlobalInfo::Ep

Projectile kinetic energy given as input.

Definition at line 106 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::INCL().

◆ errorReactionCrossSection

Float_t G4INCL::GlobalInfo::errorReactionCrossSection

Error on the calculated reaction cross section.

Definition at line 94 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo().

◆ geometricCrossSection

Float_t G4INCL::GlobalInfo::geometricCrossSection

Geometric cross section.

Definition at line 90 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo(), and G4INCL::INCL::prepareReaction().

◆ nForcedCompoundNucleus

Int_t G4INCL::GlobalInfo::nForcedCompoundNucleus

Number of forced compound-nucleus events.

Definition at line 84 of file G4INCLGlobalInfo.hh.

◆ nForcedTransparents

Int_t G4INCL::GlobalInfo::nForcedTransparents

Number of forced transparents.

Definition at line 82 of file G4INCLGlobalInfo.hh.

◆ nNucleonAbsorptions

Int_t G4INCL::GlobalInfo::nNucleonAbsorptions

Number of nucleon absorptions (no outcoming particles)

Definition at line 78 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo().

◆ nPionAbsorptions

Int_t G4INCL::GlobalInfo::nPionAbsorptions

Number of nucleon absorptions (no outcoming pions)

Definition at line 80 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo().

◆ nShots

Int_t G4INCL::GlobalInfo::nShots

Number of shots.

Definition at line 74 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo().

◆ nTransparents

Int_t G4INCL::GlobalInfo::nTransparents

Number of transparent shots.

Definition at line 76 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo().

◆ nucleonAbsorptionCrossSection

Float_t G4INCL::GlobalInfo::nucleonAbsorptionCrossSection

Nucleon absorption cross section.

Definition at line 86 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo().

◆ pionAbsorptionCrossSection

Float_t G4INCL::GlobalInfo::pionAbsorptionCrossSection

Pion absorption cross section.

Definition at line 88 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo().

◆ reactionCrossSection

Float_t G4INCL::GlobalInfo::reactionCrossSection

Calculated reaction cross section.

Definition at line 92 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::finalizeGlobalInfo().

◆ Zp

Short_t G4INCL::GlobalInfo::Zp

Projectile charge number given as input.

Definition at line 100 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::INCL().

◆ Zt

Short_t G4INCL::GlobalInfo::Zt

Target charge number given as input.

Definition at line 104 of file G4INCLGlobalInfo.hh.

Referenced by G4INCL::INCL::INCL().


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