Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Version.hh,v 1.12 2007/11/20 10:54:18 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4Version.hh,v 1.17 2008/12/02 09:15:58 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
// Version information
//
@@ -46,18 +46,18 @@
// |--> patch number
#ifndef G4VERSION_NUMBER
#define G4VERSION_NUMBER 910
#define G4VERSION_NUMBER 920
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-09-01 $"
#define G4VERSION_TAG "$Name: geant4-09-02 $"
#endif
// as variables
#include "G4String.hh"
static const G4String G4Version = "$Name: geant4-09-01 $";
static const G4String G4Date = "(14-December-2007)";
static const G4String G4Version = "$Name: geant4-09-02 $";
static const G4String G4Date = "(19-December-2008)";
#endif