Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
@@ -7,8 +7,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4NeutronHPIsoData.hh,v 1.6 1999/12/15 14:53:12 gunter Exp $
// GEANT4 tag $Name: geant4-02-00 $
// $Id: G4NeutronHPIsoData.hh,v 1.7 2000/11/09 16:13:38 hpw Exp $
// GEANT4 tag $Name: geant4-03-00 $
//
#ifndef G4NeutronHPIsoData_h
#define G4NeutronHPIsoData_h 1
@@ -42,7 +42,7 @@ public:
inline G4double GetXsec(G4double energy)
{
return theChannelData->GetXsec(energy);
return G4std::max(0., theChannelData->GetXsec(energy));
}
G4bool Init(G4int A, G4int Z, G4double abun, G4String dirName, G4String aFSType);