ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4INCL::GlobalInfo Struct Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/inclxx/utils/include/G4INCLGlobalInfo.hh>

+ Collaboration diagram for G4INCL::GlobalInfo:

Public Member Functions

 GlobalInfo ()
 

Public Attributes

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

Detailed Description

Definition at line 64 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 64 of file G4INCLGlobalInfo.hh

Constructor & Destructor Documentation

G4INCL::GlobalInfo::GlobalInfo ( )
inline

Definition at line 65 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 65 of file G4INCLGlobalInfo.hh

Member Data Documentation

Short_t G4INCL::GlobalInfo::Ap

Projectile mass number given as input.

Definition at line 109 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 109 of file G4INCLGlobalInfo.hh

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

Short_t G4INCL::GlobalInfo::At

Target mass number given as input.

Definition at line 115 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 115 of file G4INCLGlobalInfo.hh

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

std::string G4INCL::GlobalInfo::cascadeModel

Name of the cascade model.

Definition at line 105 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 105 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::completeFusionCrossSection

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

Definition at line 151 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 151 of file G4INCLGlobalInfo.hh

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

std::string G4INCL::GlobalInfo::deexcitationModel

Name of the de-excitation model.

Definition at line 107 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 107 of file G4INCLGlobalInfo.hh

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

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 157 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 157 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::Ep

Projectile kinetic energy given as input.

Definition at line 121 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 121 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::errorCompleteFusionCrossSection

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

Definition at line 153 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 153 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::errorForcedCNCrossSection

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

Definition at line 147 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 147 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::errorReactionCrossSection

Error on the calculated reaction cross section.

Definition at line 131 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 131 of file G4INCLGlobalInfo.hh

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

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

Final seeds for the pseudo-random-number generator.

Definition at line 161 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 161 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::forcedCNCrossSection

Calculated forced-compound-nucleus cross section.

Definition at line 145 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 145 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::geometricCrossSection

Geometric cross section.

Definition at line 125 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 125 of file G4INCLGlobalInfo.hh

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

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

Initial seeds for the pseudo-random-number generator.

Definition at line 159 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 159 of file G4INCLGlobalInfo.hh

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

Int_t G4INCL::GlobalInfo::nCompleteFusion

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

Definition at line 149 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 149 of file G4INCLGlobalInfo.hh

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

Int_t G4INCL::GlobalInfo::nEnergyViolationInteraction

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

Definition at line 155 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 155 of file G4INCLGlobalInfo.hh

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

Int_t G4INCL::GlobalInfo::nForcedCompoundNucleus

Number of forced compound-nucleus events.

Definition at line 143 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 143 of file G4INCLGlobalInfo.hh

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

Int_t G4INCL::GlobalInfo::nForcedTransparents

Number of forced transparents.

Definition at line 141 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 141 of file G4INCLGlobalInfo.hh

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

Int_t G4INCL::GlobalInfo::nNucleonAbsorptions

Number of nucleon absorptions (no outcoming particles)

Definition at line 133 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 133 of file G4INCLGlobalInfo.hh

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

Int_t G4INCL::GlobalInfo::nPionAbsorptions

Number of nucleon absorptions (no outcoming pions)

Definition at line 137 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 137 of file G4INCLGlobalInfo.hh

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

Int_t G4INCL::GlobalInfo::nShots

Number of shots.

Definition at line 123 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 123 of file G4INCLGlobalInfo.hh

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

Int_t G4INCL::GlobalInfo::nTransparents

Number of transparent shots.

Definition at line 127 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 127 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::nucleonAbsorptionCrossSection

Nucleon absorption cross section.

Definition at line 135 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 135 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::pionAbsorptionCrossSection

Pion absorption cross section.

Definition at line 139 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 139 of file G4INCLGlobalInfo.hh

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

Float_t G4INCL::GlobalInfo::reactionCrossSection

Calculated reaction cross section.

Definition at line 129 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 129 of file G4INCLGlobalInfo.hh

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

Short_t G4INCL::GlobalInfo::Sp

Projectile strangeness number given as input.

Definition at line 113 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 113 of file G4INCLGlobalInfo.hh

Short_t G4INCL::GlobalInfo::St

Target strangeness number given as input.

Definition at line 119 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 119 of file G4INCLGlobalInfo.hh

Short_t G4INCL::GlobalInfo::Zp

Projectile charge number given as input.

Definition at line 111 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 111 of file G4INCLGlobalInfo.hh

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

Short_t G4INCL::GlobalInfo::Zt

Target charge number given as input.

Definition at line 117 of file G4INCLGlobalInfo.hh.

View newest version in sPHENIX GitHub at line 117 of file G4INCLGlobalInfo.hh

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


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