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
@@ -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