ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4ICRU49NuclearStoppingModel Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/standard/include/G4ICRU49NuclearStoppingModel.hh>

+ Inheritance diagram for G4ICRU49NuclearStoppingModel:
+ Collaboration diagram for G4ICRU49NuclearStoppingModel:

Public Member Functions

 G4ICRU49NuclearStoppingModel (const G4String &nam="ICRU49NucStopping")
 
virtual ~G4ICRU49NuclearStoppingModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &) final
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX) final
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double, G4double) final
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual void InitialiseLocal (const G4ParticleDefinition *, G4VEmModel *masterModel)
 
virtual void InitialiseForMaterial (const G4ParticleDefinition *, const G4Material *)
 
virtual void InitialiseForElement (const G4ParticleDefinition *, G4int Z)
 
virtual G4double CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double GetPartialCrossSection (const G4Material *, G4int level, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0., G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ComputeCrossSectionPerShell (const G4ParticleDefinition *, G4int Z, G4int shellIdx, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ChargeSquareRatio (const G4Track &)
 
virtual G4double GetChargeSquareRatio (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual G4double GetParticleCharge (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void StartTracking (G4Track *)
 
virtual void CorrectionsAlongStep (const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double &eloss, G4double &niel, G4double length)
 
virtual G4double Value (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *, G4double cut=0.0)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
virtual void ModelDescription (std::ostream &outFile) const
 
void InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &)
 
std::vector
< G4EmElementSelector * > * 
GetElementSelectors ()
 
void SetElementSelectors (std::vector< G4EmElementSelector * > *)
 
virtual G4double ComputeDEDX (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
G4double CrossSection (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeMeanFreePath (const G4ParticleDefinition *, G4double kineticEnergy, const G4Material *, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, const G4Element *, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectTargetAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double logKineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4int SelectRandomAtomNumber (const G4Material *)
 
G4int SelectIsotopeNumber (const G4Element *)
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=nullptr)
 
void SetCrossSectionTable (G4PhysicsTable *, G4bool isLocal)
 
G4ElementDataGetElementData ()
 
G4PhysicsTableGetCrossSectionTable ()
 
G4VEmFluctuationModelGetModelOfFluctuations ()
 
G4VEmAngularDistributionGetAngularDistribution ()
 
G4VEmModelGetTripletModel ()
 
void SetTripletModel (G4VEmModel *)
 
void SetAngularDistribution (G4VEmAngularDistribution *)
 
G4double HighEnergyLimit () const
 
G4double LowEnergyLimit () const
 
G4double HighEnergyActivationLimit () const
 
G4double LowEnergyActivationLimit () const
 
G4double PolarAngleLimit () const
 
G4double SecondaryThreshold () const
 
G4bool LPMFlag () const
 
G4bool DeexcitationFlag () const
 
G4bool ForceBuildTableFlag () const
 
G4bool UseAngularGeneratorFlag () const
 
void SetAngularGeneratorFlag (G4bool)
 
void SetHighEnergyLimit (G4double)
 
void SetLowEnergyLimit (G4double)
 
void SetActivationHighEnergyLimit (G4double)
 
void SetActivationLowEnergyLimit (G4double)
 
G4bool IsActive (G4double kinEnergy) const
 
void SetPolarAngleLimit (G4double)
 
void SetSecondaryThreshold (G4double)
 
void SetLPMFlag (G4bool val)
 
void SetDeexcitationFlag (G4bool val)
 
void SetForceBuildTable (G4bool val)
 
void SetFluctuationFlag (G4bool val)
 
void SetMasterThread (G4bool val)
 
G4bool IsMaster () const
 
void SetUseBaseMaterials (G4bool val)
 
G4bool UseBaseMaterials () const
 
G4double MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle)
 
const G4StringGetName () const
 
void SetCurrentCouple (const G4MaterialCutsCouple *)
 
const G4ElementGetCurrentElement () const
 
const G4IsotopeGetCurrentIsotope () const
 
G4bool IsLocked () const
 
void SetLocked (G4bool)
 

Private Member Functions

void InitialiseArray ()
 
G4double NuclearStoppingPower (G4double kineticEnergy, G4double Z1, G4double Z2, G4double A1, G4double A2)
 
G4ICRU49NuclearStoppingModeloperator= (const G4ICRU49NuclearStoppingModel &right)=delete
 
 G4ICRU49NuclearStoppingModel (const G4ICRU49NuclearStoppingModel &)=delete
 

Private Attributes

G4Powg4calc
 
G4double theZieglerFactor
 

Static Private Attributes

static G4double Z23 [100] = {0.0}
 

Additional Inherited Members

- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 
- Protected Attributes inherited from G4VEmModel
G4ElementDatafElementData
 
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const G4MaterialpBaseMaterial
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
size_t idxTable
 
G4bool lossFlucFlag
 
G4double inveplus
 
G4double pFactor
 

Detailed Description

Definition at line 62 of file G4ICRU49NuclearStoppingModel.hh.

View newest version in sPHENIX GitHub at line 62 of file G4ICRU49NuclearStoppingModel.hh

Constructor & Destructor Documentation

G4ICRU49NuclearStoppingModel::G4ICRU49NuclearStoppingModel ( const G4String nam = "ICRU49NucStopping")
explicit

Definition at line 70 of file G4ICRU49NuclearStoppingModel.cc.

View newest version in sPHENIX GitHub at line 70 of file G4ICRU49NuclearStoppingModel.cc

References cm2, eV, g4calc, G4Pow::GetInstance(), InitialiseArray(), and theZieglerFactor.

+ Here is the call graph for this function:

G4ICRU49NuclearStoppingModel::~G4ICRU49NuclearStoppingModel ( )
virtual

Definition at line 80 of file G4ICRU49NuclearStoppingModel.cc.

View newest version in sPHENIX GitHub at line 80 of file G4ICRU49NuclearStoppingModel.cc

G4ICRU49NuclearStoppingModel::G4ICRU49NuclearStoppingModel ( const G4ICRU49NuclearStoppingModel )
privatedelete

Member Function Documentation

G4double G4ICRU49NuclearStoppingModel::ComputeDEDXPerVolume ( const G4Material mat,
const G4ParticleDefinition p,
G4double  kineticEnergy,
G4double  cutEnergy = DBL_MAX 
)
finalvirtual

Reimplemented from G4VEmModel.

Definition at line 122 of file G4ICRU49NuclearStoppingModel.cc.

View newest version in sPHENIX GitHub at line 122 of file G4ICRU49NuclearStoppingModel.cc

References kdfinder::abs(), source.hepunit::amu_c2, eplus, G4Material::GetAtomicNumDensityVector(), G4Material::GetElementVector(), G4Element::GetN(), G4Material::GetNumberOfElements(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4Element::GetZ(), MeV, NuclearStoppingPower(), source.hepunit::proton_mass_c2, theZieglerFactor, z1, and z2.

+ Here is the call graph for this function:

void G4ICRU49NuclearStoppingModel::Initialise ( const G4ParticleDefinition ,
const G4DataVector  
)
finalvirtual

Implements G4VEmModel.

Definition at line 85 of file G4ICRU49NuclearStoppingModel.cc.

View newest version in sPHENIX GitHub at line 85 of file G4ICRU49NuclearStoppingModel.cc

void G4ICRU49NuclearStoppingModel::InitialiseArray ( )
private

Definition at line 91 of file G4ICRU49NuclearStoppingModel.cc.

View newest version in sPHENIX GitHub at line 91 of file G4ICRU49NuclearStoppingModel.cc

References g4calc, G4MUTEXLOCK, G4MUTEXUNLOCK, G4Pow::powZ(), and Z23.

Referenced by G4ICRU49NuclearStoppingModel().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ICRU49NuclearStoppingModel::NuclearStoppingPower ( G4double  kineticEnergy,
G4double  Z1,
G4double  Z2,
G4double  A1,
G4double  A2 
)
private

Definition at line 160 of file G4ICRU49NuclearStoppingModel.cc.

View newest version in sPHENIX GitHub at line 160 of file G4ICRU49NuclearStoppingModel.cc

References energy, g4calc, G4lrint(), keV, G4VEmModel::lossFlucFlag, max, min, G4INCL::DeJongSpin::shoot(), G4Pow::Z13(), z2, and Z23.

Referenced by ComputeDEDXPerVolume().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ICRU49NuclearStoppingModel& G4ICRU49NuclearStoppingModel::operator= ( const G4ICRU49NuclearStoppingModel right)
privatedelete
void G4ICRU49NuclearStoppingModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  ,
const G4MaterialCutsCouple ,
const G4DynamicParticle ,
G4double  ,
G4double   
)
finalvirtual

Implements G4VEmModel.

Definition at line 112 of file G4ICRU49NuclearStoppingModel.cc.

View newest version in sPHENIX GitHub at line 112 of file G4ICRU49NuclearStoppingModel.cc

Member Data Documentation

G4Pow* G4ICRU49NuclearStoppingModel::g4calc
private

Definition at line 99 of file G4ICRU49NuclearStoppingModel.hh.

View newest version in sPHENIX GitHub at line 99 of file G4ICRU49NuclearStoppingModel.hh

Referenced by G4ICRU49NuclearStoppingModel(), InitialiseArray(), and NuclearStoppingPower().

G4double G4ICRU49NuclearStoppingModel::theZieglerFactor
private

Definition at line 100 of file G4ICRU49NuclearStoppingModel.hh.

View newest version in sPHENIX GitHub at line 100 of file G4ICRU49NuclearStoppingModel.hh

Referenced by ComputeDEDXPerVolume(), and G4ICRU49NuclearStoppingModel().

G4double G4ICRU49NuclearStoppingModel::Z23 = {0.0}
staticprivate

Definition at line 101 of file G4ICRU49NuclearStoppingModel.hh.

View newest version in sPHENIX GitHub at line 101 of file G4ICRU49NuclearStoppingModel.hh

Referenced by InitialiseArray(), and NuclearStoppingPower().


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