Geant4  10.00.p02
G4V3DNucleus Class Referenceabstract

#include <G4V3DNucleus.hh>

+ Inheritance diagram for G4V3DNucleus:

Public Member Functions

 G4V3DNucleus ()
 
virtual ~G4V3DNucleus ()
 
virtual void Init (G4int theA, G4int theZ)=0
 
virtual G4bool StartLoop ()=0
 
virtual G4NucleonGetNextNucleon ()=0
 
virtual const std::vector
< G4Nucleon > & 
GetNucleons ()=0
 
virtual G4int GetMassNumber ()=0
 
virtual G4double GetMass ()=0
 
virtual G4int GetCharge ()=0
 
virtual G4double GetNuclearRadius ()=0
 
virtual G4double GetNuclearRadius (const G4double maxRelativeDensity)=0
 
virtual G4double GetOuterRadius ()=0
 
virtual G4double CoulombBarrier ()=0
 
virtual void DoLorentzBoost (const G4LorentzVector &theBoost)=0
 
virtual void DoLorentzBoost (const G4ThreeVector &theBeta)=0
 
virtual void DoLorentzContraction (const G4LorentzVector &theBoost)=0
 
virtual void DoLorentzContraction (const G4ThreeVector &theBeta)=0
 
virtual void DoTranslation (const G4ThreeVector &theShift)=0
 
virtual const G4VNuclearDensityGetNuclearDensity () const =0
 
virtual void SortNucleonsIncZ ()=0
 
virtual void SortNucleonsDecZ ()=0
 
std::pair< G4double, G4doubleChooseImpactXandY (G4double maxImpact)
 
std::pair< G4double, G4doubleRefetchImpactXandY ()
 

Private Member Functions

 G4V3DNucleus (const G4V3DNucleus &right)
 
const G4V3DNucleusoperator= (const G4V3DNucleus &right)
 
int operator== (const G4V3DNucleus &right) const
 
int operator!= (const G4V3DNucleus &right) const
 

Private Attributes

std::pair< G4double, G4doubletheImpactParameter
 

Detailed Description

Definition at line 41 of file G4V3DNucleus.hh.

Constructor & Destructor Documentation

G4V3DNucleus::G4V3DNucleus ( )

Definition at line 32 of file G4V3DNucleus.cc.

G4V3DNucleus::~G4V3DNucleus ( )
virtual

Definition at line 41 of file G4V3DNucleus.cc.

G4V3DNucleus::G4V3DNucleus ( const G4V3DNucleus right)
private

Definition at line 36 of file G4V3DNucleus.cc.

Member Function Documentation

std::pair< G4double, G4double > G4V3DNucleus::ChooseImpactXandY ( G4double  maxImpact)
inline

Definition at line 87 of file G4V3DNucleus.hh.

References G4UniformRand, and theImpactParameter.

Referenced by G4FTFParticipants::GetList(), and G4QGSParticipants::SelectInteractions().

+ Here is the caller graph for this function:

virtual G4double G4V3DNucleus::CoulombBarrier ( )
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4BinaryCascade::CheckPauliPrinciple().

+ Here is the caller graph for this function:

virtual void G4V3DNucleus::DoLorentzBoost ( const G4LorentzVector theBoost)
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4QGSParticipants::DoLorentzBoost(), and G4FTFModel::Init().

+ Here is the caller graph for this function:

virtual void G4V3DNucleus::DoLorentzBoost ( const G4ThreeVector theBeta)
pure virtual

Implemented in G4Fancy3DNucleus.

virtual void G4V3DNucleus::DoLorentzContraction ( const G4LorentzVector theBoost)
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4FTFModel::Init().

+ Here is the caller graph for this function:

virtual void G4V3DNucleus::DoLorentzContraction ( const G4ThreeVector theBeta)
pure virtual

Implemented in G4Fancy3DNucleus.

virtual void G4V3DNucleus::DoTranslation ( const G4ThreeVector theShift)
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4FTFParticipants::GetList().

+ Here is the caller graph for this function:

virtual G4double G4V3DNucleus::GetMass ( )
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4BinaryCascade::DebugEpConservation(), G4RKPropagation::FieldTransport(), G4BinaryCascade::Propagate(), G4QuasiElasticChannel::Scatter(), and G4RKPropagation::Transport().

+ Here is the caller graph for this function:

virtual G4double G4V3DNucleus::GetNuclearRadius ( )
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4GeneratorPrecompoundInterface::Propagate(), and G4GeneratorPrecompoundInterface::PropagateNuclNucl().

+ Here is the caller graph for this function:

virtual G4double G4V3DNucleus::GetNuclearRadius ( const G4double  maxRelativeDensity)
pure virtual

Implemented in G4Fancy3DNucleus.

virtual const std::vector<G4Nucleon>& G4V3DNucleus::GetNucleons ( )
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4TheoFSGenerator::ApplyYourself(), G4QuasiElasticChannel::Scatter(), and G4GammaParticipants::SelectInteractions().

+ Here is the caller graph for this function:

virtual G4double G4V3DNucleus::GetOuterRadius ( )
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4BinaryCascade::ApplyYourself(), G4NeutronField::G4NeutronField(), G4ProtonField::G4ProtonField(), G4FTFParticipants::GetList(), G4RKPropagation::Init(), G4BinaryCascade::Propagate(), and G4QGSParticipants::SelectInteractions().

+ Here is the caller graph for this function:

virtual void G4V3DNucleus::Init ( G4int  theA,
G4int  theZ 
)
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4BinaryCascade::ApplyYourself(), G4VParticipants::Init(), G4VParticipants::InitProjectileNucleus(), and G4QuasiElasticChannel::Scatter().

+ Here is the caller graph for this function:

int G4V3DNucleus::operator!= ( const G4V3DNucleus right) const
private

Definition at line 59 of file G4V3DNucleus.cc.

const G4V3DNucleus & G4V3DNucleus::operator= ( const G4V3DNucleus right)
private

Definition at line 46 of file G4V3DNucleus.cc.

int G4V3DNucleus::operator== ( const G4V3DNucleus right) const
private

Definition at line 54 of file G4V3DNucleus.cc.

std::pair<G4double, G4double> G4V3DNucleus::RefetchImpactXandY ( )
inline

Definition at line 77 of file G4V3DNucleus.hh.

References theImpactParameter.

virtual void G4V3DNucleus::SortNucleonsDecZ ( )
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4VParticipants::InitProjectileNucleus().

+ Here is the caller graph for this function:

virtual void G4V3DNucleus::SortNucleonsIncZ ( )
pure virtual

Implemented in G4Fancy3DNucleus.

Referenced by G4VParticipants::Init().

+ Here is the caller graph for this function:

Member Data Documentation

std::pair<G4double, G4double> G4V3DNucleus::theImpactParameter
private

Definition at line 81 of file G4V3DNucleus.hh.

Referenced by ChooseImpactXandY(), and RefetchImpactXandY().


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