26#ifndef G4Fancy3DNucleus_h
27#define G4Fancy3DNucleus_h 1
69 void ChooseNucleons();
70 void ChoosePositions();
71 void ChooseFermiMomenta();
76#if defined(NON_INTEGER_A_Z)
104 std::vector<G4Nucleon> theNucleons;
106 G4int currentNucleon;
111 std::vector<G4ThreeVector> places;
112 std::vector<G4ThreeVector> momentum;
113 std::vector<G4double> fermiM;
114 std::vector<G4Fancy3DNucleusHelper> testSums;
const std::vector< G4Nucleon > & GetNucleons()
G4double CoulombBarrier()
G4Nucleon * GetNextNucleon()
const G4VNuclearDensity * GetNuclearDensity() const
void DoLorentzContraction(const G4LorentzVector &theBoost)
G4double GetNuclearRadius()
void DoTranslation(const G4ThreeVector &theShift)
G4double GetOuterRadius()
void DoLorentzBoost(const G4LorentzVector &theBoost)
void Init(G4int theA, G4int theZ)