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

#include <G4BEHe3Channel.hh>

+ Inheritance diagram for G4BEHe3Channel:

Public Member Functions

 G4BEHe3Channel ()
 
virtual ~G4BEHe3Channel ()
 
G4DynamicParticleemit ()
 
G4double constant ()
 
virtual G4double coulombFactor ()
 
virtual G4double qmFactor ()
 
- Public Member Functions inherited from G4BEChargedChannel
 G4BEChargedChannel ()
 
virtual ~G4BEChargedChannel ()
 
virtual void calculateProbability ()
 
virtual G4DynamicParticleemit ()=0
 
virtual G4double coulombFactor ()=0
 
G4double coulombFactorForProton ()
 
G4double qmFactorForProton ()
 
G4double qmFactorForAlpha ()
 
G4double sampleKineticEnergy ()
 
- Public Member Functions inherited from G4BertiniEvaporationChannel
 G4BertiniEvaporationChannel ()
 
virtual ~G4BertiniEvaporationChannel ()
 
void setVerboseLevel (G4int verbose)
 
void setNucleusA (G4int inputA)
 
void setNucleusZ (G4int inputZ)
 
G4int getParticleA ()
 
G4int getParticleZ ()
 
void setExcitationEnergy (G4double inputE)
 
void setQ (G4double inputQ)
 
void setPairingCorrection (G4int isCorrection)
 
G4double getLevelDensityParameter ()
 
G4String getName ()
 
virtual G4double getProbability ()
 
virtual void setProbability (G4double newProb)
 
virtual void calculateProbability ()=0
 
virtual G4double qmFactor ()
 
virtual G4double getQ ()
 
virtual G4double getCoulomb ()
 
virtual G4double getThresh ()
 
virtual G4DynamicParticleemit ()=0
 

Additional Inherited Members

- Protected Member Functions inherited from G4BertiniEvaporationChannel
G4double Q (G4double a, G4double z)
 
G4double pairingEnergyProtons (G4int A)
 
G4double pairingEnergyNeutrons (G4int N)
 
G4double cameron (G4double a, G4double z)
 
G4double cameronShellCorrectionP (G4int Z)
 
G4double cameronShellCorrectionN (G4int N)
 
void isotropicCosines (G4double &, G4double &, G4double &)
 
- Protected Attributes inherited from G4BEChargedChannel
G4double A
 
G4double spin
 
- Protected Attributes inherited from G4BertiniEvaporationChannel
G4String name
 
G4int verboseLevel
 
G4int nucleusA
 
G4int nucleusZ
 
G4int particleA
 
G4int particleZ
 
G4double exmass
 
G4double emissionProbability
 
G4double rho
 
G4double correction
 
G4double excitationEnergy
 
G4int spin
 

Detailed Description

Definition at line 36 of file G4BEHe3Channel.hh.

Constructor & Destructor Documentation

◆ G4BEHe3Channel()

G4BEHe3Channel::G4BEHe3Channel ( )

◆ ~G4BEHe3Channel()

G4BEHe3Channel::~G4BEHe3Channel ( )
virtual

Definition at line 46 of file G4BEHe3Channel.cc.

47{
48}

Member Function Documentation

◆ constant()

G4double G4BEHe3Channel::constant ( )

◆ coulombFactor()

G4double G4BEHe3Channel::coulombFactor ( )
virtual

Implements G4BEChargedChannel.

Definition at line 63 of file G4BEHe3Channel.cc.

64{
65 return 0;
66}

◆ emit()

G4DynamicParticle * G4BEHe3Channel::emit ( )
virtual

Implements G4BEChargedChannel.

Definition at line 51 of file G4BEHe3Channel.cc.

52{
53 G4double u , v , w;
54 G4DynamicParticle * pParticle = new G4DynamicParticle;
55 pParticle -> SetDefinition( G4He3::He3() );
56 pParticle -> SetKineticEnergy( sampleKineticEnergy() );
57 isotropicCosines( u, v, w);
58 pParticle -> SetMomentumDirection( u, v, w);
59 return pParticle;
60}
double G4double
Definition: G4Types.hh:64
G4double sampleKineticEnergy()
void isotropicCosines(G4double &, G4double &, G4double &)
static G4He3 * He3()
Definition: G4He3.cc:94

◆ qmFactor()

G4double G4BEHe3Channel::qmFactor ( )
virtual

Reimplemented from G4BertiniEvaporationChannel.

Definition at line 69 of file G4BEHe3Channel.cc.

70{
71 // Coefficient representing the quantum mechanical barrier
72 // penetration, see Dostrovsky, Phys. Rev. 116, 1959.
73 return qmFactorForAlpha() - 0.06;
74}

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