Geant4-11
Public Member Functions | Data Fields
G4INCL::GlobalInfo Struct Reference

#include <G4INCLGlobalInfo.hh>

Public Member Functions

 GlobalInfo ()
 

Data Fields

Short_t Ap
 Projectile mass number given as input. More...
 
Short_t At
 Target mass number given as input. More...
 
Float_t biasFactor
 Bias factor. More...
 
std::string cascadeModel
 Name of the cascade model. More...
 
Float_t completeFusionCrossSection
 Calculated complete-fusion cross section (nParticles==0) More...
 
std::string deexcitationModel
 Name of the de-excitation model. More...
 
Float_t energyViolationInteractionCrossSection
 Cross section for attempted collisions/decays for which the energy-conservation algorithm failed to find a solution. More...
 
Float_t Ep
 Projectile kinetic energy given as input. More...
 
Float_t errorCompleteFusionCrossSection
 Error on the calculated complete-fusion cross section (nParticles==0) More...
 
Float_t errorForcedCNCrossSection
 Error on the calculated forced-compound-nucleus cross section. More...
 
Float_t errorReactionCrossSection
 Error on the calculated reaction cross section. More...
 
std::vector< Int_tfinalRandomSeeds
 Final seeds for the pseudo-random-number generator. More...
 
Float_t forcedCNCrossSection
 Calculated forced-compound-nucleus cross section. More...
 
Float_t geometricCrossSection
 Geometric cross section. More...
 
std::vector< Int_tinitialRandomSeeds
 Initial seeds for the pseudo-random-number generator. More...
 
Int_t nCompleteFusion
 Number of complete-fusion events (nParticles==0) More...
 
Int_t nEnergyViolationInteraction
 Number of attempted collisions/decays for which the energy-conservation algorithm failed to find a solution. More...
 
Int_t nForcedCompoundNucleus
 Number of forced compound-nucleus events. More...
 
Int_t nForcedTransparents
 Number of forced transparents. More...
 
Int_t nNucleonAbsorptions
 Number of nucleon absorptions (no outcoming particles) More...
 
Int_t nPionAbsorptions
 Number of nucleon absorptions (no outcoming pions) More...
 
Int_t nShots
 Number of shots. More...
 
Int_t nTransparents
 Number of transparent shots. More...
 
Float_t nucleonAbsorptionCrossSection
 Nucleon absorption cross section. More...
 
Float_t pionAbsorptionCrossSection
 Pion absorption cross section. More...
 
Float_t reactionCrossSection
 Calculated reaction cross section. More...
 
Short_t Sp
 Projectile strangeness number given as input. More...
 
Short_t St
 Target strangeness number given as input. More...
 
Short_t Zp
 Projectile charge number given as input. More...
 
Short_t Zt
 Target charge number given as input. More...
 

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 :
66#ifdef INCL_ROOT_USE
67
68#endif
69 Ap(0),
70 Zp(0),
71 Sp(0),
72 At(0),
73 Zt(0),
74 St(0),
75 Ep((Float_t)0.0),
76 nShots(0),
78 biasFactor((Float_t)0.0),
95 {
96#ifdef INCL_ROOT_USE
97
98#endif
99
100 }
G4float Float_t
Int_t nNucleonAbsorptions
Number of nucleon absorptions (no outcoming particles)
Float_t forcedCNCrossSection
Calculated forced-compound-nucleus cross section.
Float_t pionAbsorptionCrossSection
Pion absorption cross section.
Float_t errorCompleteFusionCrossSection
Error on the calculated complete-fusion cross section (nParticles==0)
Short_t St
Target strangeness number given as input.
Float_t Ep
Projectile kinetic energy given as input.
Int_t nEnergyViolationInteraction
Number of attempted collisions/decays for which the energy-conservation algorithm failed to find a so...
Float_t biasFactor
Bias factor.
Short_t At
Target mass number given as input.
Int_t nShots
Number of shots.
Float_t completeFusionCrossSection
Calculated complete-fusion cross section (nParticles==0)
Float_t nucleonAbsorptionCrossSection
Nucleon absorption cross section.
Float_t errorReactionCrossSection
Error on the calculated reaction 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.
Float_t energyViolationInteractionCrossSection
Cross section for attempted collisions/decays for which the energy-conservation algorithm failed to f...
Int_t nCompleteFusion
Number of complete-fusion events (nParticles==0)
Int_t nTransparents
Number of transparent shots.
Short_t Sp
Projectile strangeness number given as input.
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 errorForcedCNCrossSection
Error on the calculated forced-compound-nucleus cross section.
Float_t geometricCrossSection
Geometric cross section.

Field Documentation

◆ Ap

Short_t G4INCL::GlobalInfo::Ap

Projectile mass number given as input.

Definition at line 110 of file G4INCLGlobalInfo.hh.

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

◆ At

Short_t G4INCL::GlobalInfo::At

Target mass number given as input.

Definition at line 116 of file G4INCLGlobalInfo.hh.

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

◆ biasFactor

Float_t G4INCL::GlobalInfo::biasFactor

Bias factor.

Definition at line 128 of file G4INCLGlobalInfo.hh.

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

◆ cascadeModel

std::string G4INCL::GlobalInfo::cascadeModel

Name of the cascade model.

Definition at line 106 of file G4INCLGlobalInfo.hh.

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

◆ completeFusionCrossSection

Float_t G4INCL::GlobalInfo::completeFusionCrossSection

Calculated complete-fusion cross section (nParticles==0)

Definition at line 154 of file G4INCLGlobalInfo.hh.

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

◆ deexcitationModel

std::string G4INCL::GlobalInfo::deexcitationModel

Name of the de-excitation model.

Definition at line 108 of file G4INCLGlobalInfo.hh.

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

◆ energyViolationInteractionCrossSection

Float_t G4INCL::GlobalInfo::energyViolationInteractionCrossSection

Cross section for attempted collisions/decays for which the energy-conservation algorithm failed to find a solution.

Definition at line 160 of file G4INCLGlobalInfo.hh.

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

◆ Ep

Float_t G4INCL::GlobalInfo::Ep

Projectile kinetic energy given as input.

Definition at line 122 of file G4INCLGlobalInfo.hh.

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

◆ errorCompleteFusionCrossSection

Float_t G4INCL::GlobalInfo::errorCompleteFusionCrossSection

Error on the calculated complete-fusion cross section (nParticles==0)

Definition at line 156 of file G4INCLGlobalInfo.hh.

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

◆ errorForcedCNCrossSection

Float_t G4INCL::GlobalInfo::errorForcedCNCrossSection

Error on the calculated forced-compound-nucleus cross section.

Definition at line 150 of file G4INCLGlobalInfo.hh.

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

◆ errorReactionCrossSection

Float_t G4INCL::GlobalInfo::errorReactionCrossSection

Error on the calculated reaction cross section.

Definition at line 134 of file G4INCLGlobalInfo.hh.

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

◆ finalRandomSeeds

std::vector<Int_t> G4INCL::GlobalInfo::finalRandomSeeds

Final seeds for the pseudo-random-number generator.

Definition at line 164 of file G4INCLGlobalInfo.hh.

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

◆ forcedCNCrossSection

Float_t G4INCL::GlobalInfo::forcedCNCrossSection

Calculated forced-compound-nucleus cross section.

Definition at line 148 of file G4INCLGlobalInfo.hh.

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

◆ geometricCrossSection

Float_t G4INCL::GlobalInfo::geometricCrossSection

Geometric cross section.

Definition at line 126 of file G4INCLGlobalInfo.hh.

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

◆ initialRandomSeeds

std::vector<Int_t> G4INCL::GlobalInfo::initialRandomSeeds

Initial seeds for the pseudo-random-number generator.

Definition at line 162 of file G4INCLGlobalInfo.hh.

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

◆ nCompleteFusion

Int_t G4INCL::GlobalInfo::nCompleteFusion

Number of complete-fusion events (nParticles==0)

Definition at line 152 of file G4INCLGlobalInfo.hh.

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

◆ nEnergyViolationInteraction

Int_t G4INCL::GlobalInfo::nEnergyViolationInteraction

Number of attempted collisions/decays for which the energy-conservation algorithm failed to find a solution.

Definition at line 158 of file G4INCLGlobalInfo.hh.

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

◆ nForcedCompoundNucleus

Int_t G4INCL::GlobalInfo::nForcedCompoundNucleus

Number of forced compound-nucleus events.

Definition at line 146 of file G4INCLGlobalInfo.hh.

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

◆ nForcedTransparents

Int_t G4INCL::GlobalInfo::nForcedTransparents

Number of forced transparents.

Definition at line 144 of file G4INCLGlobalInfo.hh.

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

◆ nNucleonAbsorptions

Int_t G4INCL::GlobalInfo::nNucleonAbsorptions

Number of nucleon absorptions (no outcoming particles)

Definition at line 136 of file G4INCLGlobalInfo.hh.

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

◆ nPionAbsorptions

Int_t G4INCL::GlobalInfo::nPionAbsorptions

Number of nucleon absorptions (no outcoming pions)

Definition at line 140 of file G4INCLGlobalInfo.hh.

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

◆ nShots

Int_t G4INCL::GlobalInfo::nShots

Number of shots.

Definition at line 124 of file G4INCLGlobalInfo.hh.

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

◆ nTransparents

Int_t G4INCL::GlobalInfo::nTransparents

Number of transparent shots.

Definition at line 130 of file G4INCLGlobalInfo.hh.

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

◆ nucleonAbsorptionCrossSection

Float_t G4INCL::GlobalInfo::nucleonAbsorptionCrossSection

Nucleon absorption cross section.

Definition at line 138 of file G4INCLGlobalInfo.hh.

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

◆ pionAbsorptionCrossSection

Float_t G4INCL::GlobalInfo::pionAbsorptionCrossSection

Pion absorption cross section.

Definition at line 142 of file G4INCLGlobalInfo.hh.

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

◆ reactionCrossSection

Float_t G4INCL::GlobalInfo::reactionCrossSection

Calculated reaction cross section.

Definition at line 132 of file G4INCLGlobalInfo.hh.

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

◆ Sp

Short_t G4INCL::GlobalInfo::Sp

Projectile strangeness number given as input.

Definition at line 114 of file G4INCLGlobalInfo.hh.

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

◆ St

Short_t G4INCL::GlobalInfo::St

Target strangeness number given as input.

Definition at line 120 of file G4INCLGlobalInfo.hh.

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

◆ Zp

Short_t G4INCL::GlobalInfo::Zp

Projectile charge number given as input.

Definition at line 112 of file G4INCLGlobalInfo.hh.

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

◆ Zt

Short_t G4INCL::GlobalInfo::Zt

Target charge number given as input.

Definition at line 118 of file G4INCLGlobalInfo.hh.

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


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