Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4StatMF.hh,v 1.3 2006/06/29 20:24:03 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4StatMF.hh,v 1.3 2006-06-29 20:24:03 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// Hadronic Process: Nuclear De-excitations
// by V. Lara
@@ -66,19 +66,17 @@ public:
G4FragmentVector * BreakItUp(const G4Fragment &theNucleus);
private:
// This finds temperature of breaking channel.
G4bool FindTemperatureOfBreakingChannel(const G4Fragment & theFragment,
const G4StatMFChannel * aChannel,G4double & Temperature);
const G4StatMFChannel * aChannel,
G4double & Temperature);
//
G4double CalcEnergy(const G4double A, const G4double Z,
G4double CalcEnergy(G4int A, G4int Z,
const G4StatMFChannel * aChannel,
const G4double T);
G4double T);
private: