Geant4
9.6.p02
|
#include <G4BEChargedChannel.hh>
Public Member Functions | |
G4BEChargedChannel () | |
virtual | ~G4BEChargedChannel () |
virtual void | calculateProbability () |
virtual G4DynamicParticle * | emit ()=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 G4double | qmFactor () |
virtual G4double | getQ () |
virtual G4double | getCoulomb () |
virtual G4double | getThresh () |
Protected Attributes | |
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 |
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 &) |
Definition at line 38 of file G4BEChargedChannel.hh.
G4BEChargedChannel::G4BEChargedChannel | ( | ) |
Definition at line 35 of file G4BEChargedChannel.cc.
|
virtual |
Definition at line 41 of file G4BEChargedChannel.cc.
|
virtual |
Implements G4BertiniEvaporationChannel.
Definition at line 46 of file G4BEChargedChannel.cc.
|
pure virtual |
Implemented in G4BEDeuteronChannel, G4BEHe3Channel, G4BEHe4Channel, G4BEProtonChannel, and G4BETritonChannel.
G4double G4BEChargedChannel::coulombFactorForProton | ( | ) |
|
pure virtual |
Implements G4BertiniEvaporationChannel.
Implemented in G4BEDeuteronChannel, G4BEHe3Channel, G4BEHe4Channel, G4BEProtonChannel, and G4BETritonChannel.
G4double G4BEChargedChannel::qmFactorForAlpha | ( | ) |
G4double G4BEChargedChannel::qmFactorForProton | ( | ) |
G4double G4BEChargedChannel::sampleKineticEnergy | ( | ) |
Definition at line 94 of file G4BEChargedChannel.cc.
|
protected |
Definition at line 53 of file G4BEChargedChannel.hh.
|
protected |
Definition at line 54 of file G4BEChargedChannel.hh.