#include <G4V3DNucleus.hh>
Definition at line 40 of file G4V3DNucleus.hh.
◆ G4V3DNucleus()
G4V3DNucleus::G4V3DNucleus |
( |
| ) |
|
◆ ~G4V3DNucleus()
G4V3DNucleus::~G4V3DNucleus |
( |
| ) |
|
|
virtual |
◆ ChooseImpactXandY()
Definition at line 86 of file G4V3DNucleus.hh.
88{
90 do
91 {
94 }
95 while(x*x + y*y > 1);
96
99 theImpactParameter.first = impactX;
100 theImpactParameter.second = impactY;
101 return theImpactParameter;
102}
◆ CoulombBarrier()
virtual G4double G4V3DNucleus::CoulombBarrier |
( |
| ) |
|
|
pure virtual |
◆ DoLorentzBoost() [1/2]
virtual void G4V3DNucleus::DoLorentzBoost |
( |
const G4LorentzVector & | theBoost | ) |
|
|
pure virtual |
◆ DoLorentzBoost() [2/2]
virtual void G4V3DNucleus::DoLorentzBoost |
( |
const G4ThreeVector & | theBeta | ) |
|
|
pure virtual |
◆ DoLorentzContraction() [1/2]
virtual void G4V3DNucleus::DoLorentzContraction |
( |
const G4LorentzVector & | theBoost | ) |
|
|
pure virtual |
◆ DoLorentzContraction() [2/2]
virtual void G4V3DNucleus::DoLorentzContraction |
( |
const G4ThreeVector & | theBeta | ) |
|
|
pure virtual |
◆ DoTranslation()
virtual void G4V3DNucleus::DoTranslation |
( |
const G4ThreeVector & | theShift | ) |
|
|
pure virtual |
◆ GetCharge()
virtual G4int G4V3DNucleus::GetCharge |
( |
| ) |
|
|
pure virtual |
◆ GetMass()
virtual G4double G4V3DNucleus::GetMass |
( |
| ) |
|
|
pure virtual |
◆ GetMassNumber()
virtual G4int G4V3DNucleus::GetMassNumber |
( |
| ) |
|
|
pure virtual |
◆ GetNextNucleon()
virtual G4Nucleon * G4V3DNucleus::GetNextNucleon |
( |
| ) |
|
|
pure virtual |
◆ GetNuclearDensity()
◆ GetNuclearRadius() [1/2]
virtual G4double G4V3DNucleus::GetNuclearRadius |
( |
| ) |
|
|
pure virtual |
◆ GetNuclearRadius() [2/2]
virtual G4double G4V3DNucleus::GetNuclearRadius |
( |
const G4double | maxRelativeDensity | ) |
|
|
pure virtual |
◆ GetNucleons()
virtual const std::vector< G4Nucleon > & G4V3DNucleus::GetNucleons |
( |
| ) |
|
|
pure virtual |
◆ GetNumberOfLambdas()
virtual G4int G4V3DNucleus::GetNumberOfLambdas |
( |
| ) |
|
|
pure virtual |
◆ GetOuterRadius()
virtual G4double G4V3DNucleus::GetOuterRadius |
( |
| ) |
|
|
pure virtual |
◆ Init()
virtual void G4V3DNucleus::Init |
( |
G4int | theA, |
|
|
G4int | theZ, |
|
|
G4int | numberOfLambdas = 0 ) |
|
pure virtual |
◆ RefetchImpactXandY()
◆ SortNucleonsDecZ()
virtual void G4V3DNucleus::SortNucleonsDecZ |
( |
| ) |
|
|
pure virtual |
◆ SortNucleonsIncZ()
virtual void G4V3DNucleus::SortNucleonsIncZ |
( |
| ) |
|
|
pure virtual |
◆ StartLoop()
virtual G4bool G4V3DNucleus::StartLoop |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: