Import Geant4 10.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2018-03-02 09:34:30 +01:00
parent fc6af9e721
commit fe04dcb406
341 changed files with 18389 additions and 24522 deletions
@@ -14,6 +14,12 @@ code and to keep track of all tags.
* Please list in reverse chronological order (last date on top)
---------------------------------------------------------------
19 December 2017 Gabriele Cosmo (hadr-fission-V10-03-00)
-------------------------------------------------------
- Fixed self-consistency in G4LLNLFission header (missing #include).
Added missing #ifdef guards in G4fissionEvent header.
Thanks to Raphael Isemann for reporting these.
5 November 2015 Alberto Ribon (hadr-fission-V10-01-07)
-------------------------------------------------------
- Removed neutron_hp/
@@ -55,8 +55,10 @@
// $Id: G4LLNLFission.hh 67966 2013-03-13 09:38:38Z gcosmo $
//
#include "G4Types.hh"
//
// This class is a copy of Fission.hh, made for use with Geant4.
// This file is a copy of Fission.hh, made for use with Geant4.
//
extern void genspfissevt_(G4int *isotope, G4double *time);
@@ -54,6 +54,8 @@
//
// $Id: G4fissionEvent.hh 68799 2013-04-05 13:29:46Z gcosmo $
//
#ifndef G4fissionEvent_hh
#define G4fissionEvent_hh
#include "globals.hh"
#include <string>
@@ -190,3 +192,5 @@ class G4fissionEvent {
static G4double fisslibrng(void);
static G4double rngf2d(void);
};
#endif