|
| | G4InuclNuclei () |
| |
| | G4InuclNuclei (const G4DynamicParticle &dynPart, Model model=DefaultModel) |
| |
| | G4InuclNuclei (G4int a, G4int z, G4double exc=0., Model model=DefaultModel) |
| |
| | G4InuclNuclei (const G4LorentzVector &mom, G4int a, G4int z, G4double exc=0., Model model=DefaultModel) |
| |
| | G4InuclNuclei (G4double ekin, G4int a, G4int z, G4double exc, Model model=DefaultModel) |
| |
| | G4InuclNuclei (const G4Fragment &aFragment, Model model=DefaultModel) |
| |
| | G4InuclNuclei (G4V3DNucleus *a3DNucleus, Model model=DefaultModel) |
| |
| virtual | ~G4InuclNuclei () |
| |
| | G4InuclNuclei (const G4InuclNuclei &right) |
| |
| G4InuclNuclei & | operator= (const G4InuclNuclei &right) |
| |
| bool | operator== (const G4InuclNuclei &right) |
| |
| void | fill (G4int a, G4int z, G4double exc=0., Model model=DefaultModel) |
| |
| void | fill (const G4LorentzVector &mom, G4int a, G4int z, G4double exc=0., Model model=DefaultModel) |
| |
| void | fill (G4double ekin, G4int a, G4int z, G4double exc, Model model=DefaultModel) |
| |
| void | copy (const G4Fragment &aFragment, Model model=DefaultModel) |
| |
| void | copy (G4V3DNucleus *a3DNucleus, Model model=DefaultModel) |
| |
| void | clear () |
| |
| void | setExitationEnergy (G4double e) |
| |
| void | setExitonConfiguration (const G4ExitonConfiguration &config) |
| |
| void | clearExitonConfiguration () |
| |
| G4int | getA () const |
| |
| G4int | getZ () const |
| |
| G4double | getNucleiMass () const |
| |
| G4double | getExitationEnergy () const |
| |
| G4double | getExitationEnergyInGeV () const |
| |
| const G4ExitonConfiguration & | getExitonConfiguration () const |
| |
| virtual void | print (std::ostream &os) const |
| |
| G4Fragment | makeG4Fragment () const |
| |
| | operator G4Fragment () const |
| |
Public Member Functions inherited from G4InuclParticle |
| | G4InuclParticle () |
| |
| | G4InuclParticle (const G4DynamicParticle &dynPart, Model model=DefaultModel) |
| |
| | G4InuclParticle (const G4LorentzVector &mom, Model model=DefaultModel) |
| |
| virtual | ~G4InuclParticle () |
| |
| | G4InuclParticle (const G4InuclParticle &right) |
| |
| G4InuclParticle & | operator= (const G4InuclParticle &right) |
| |
| bool | operator== (const G4InuclParticle &right) |
| |
| bool | operator!= (const G4InuclParticle &right) |
| |
| void | setEnergy () |
| |
| void | setMomentum (const G4LorentzVector &mom) |
| |
| void | setKineticEnergy (G4double ekin) |
| |
| void | setMass (G4double mass) |
| |
| G4double | getMass () const |
| |
| G4double | getCharge () const |
| |
| G4double | getKineticEnergy () const |
| |
| G4double | getEnergy () const |
| |
| G4double | getMomModule () const |
| |
| G4LorentzVector | getMomentum () const |
| |
| const G4ParticleDefinition * | getDefinition () const |
| |
| const G4DynamicParticle & | getDynamicParticle () const |
| |
| void | setModel (Model model) |
| |
| Model | getModel () const |
| |
Definition at line 68 of file G4InuclNuclei.hh.