Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -1,8 +1,8 @@
# $Id: GNUmakefile,v 1.2 2005/04/22 16:26:46 gcosmo Exp $
# $Id: GNUmakefile,v 1.3 2005/07/05 13:34:21 gcosmo Exp $
#
# GNUmakefile: makefile for example ROOT I/O impelmentatoin.
# GNUmakefile: makefile for example ROOT I/O implementation.
#
# This makefile creates a granular library in $(FADS_LIB).
# This makefile creates a granular library in $(G4PEX_DIR)/lib.
# $(name) is the name of granular library.
#
# Author: Youhei Morita <youhei.morita@kek.jp>
@@ -1,6 +1,6 @@
# $Id: G4PEXsetup.gmk,v 1.1 2002/12/04 02:44:27 morita Exp $
# $Id: G4PEXsetup.gmk,v 1.2 2005/07/05 13:37:16 gcosmo Exp $
# =====================================================================
# FADSsetup.gmk: GNUmakefile variables for FADS
# G4PEXsetup.gmk: GNUmakefile variables for persistency example
#
# Author: Youhei Morita <youhei.morita@kek.jp>
# =====================================================================
@@ -1,4 +1,4 @@
# $Id: binmake.gmk,v 1.7 2005/04/27 09:29:16 gcosmo Exp $
# $Id: binmake.gmk,v 1.8 2005/07/05 13:23:07 gcosmo Exp $
# =====================================================================
# binmake.gmk: GNUmakefile variables for creating the binary executable
#
@@ -64,7 +64,7 @@ ifneq ($(EXTLDFLAGS),)
endif
# libraries
LDLIBS := $(libraries_to_build) \
LDLIBS := $(EXTRALIBS) $(libraries_to_build) \
-lG4ROOTIO
g4libs := $(wildcard $(G4LIB)/$(G4SYSTEM)/*.so)
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4DigitRootIO.hh,v 1.4 2002/12/13 14:45:41 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4DigitRootIO.hh
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4EventRootIO.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4EventRootIO.hh
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4HepMCRootIO.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4HepMCRootIO.hh
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4HitRootIO.hh,v 1.4 2002/12/13 14:45:41 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4HitRootIO.hh
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4MCTruthRootIO.hh,v 1.4 2002/12/13 14:45:41 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4MCTruthRootIO.hh
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4RootEvent.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4RootEvent.hh
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4RootIOManager.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4RootIOManager.hh
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4RootTransManager.hh,v 1.4 2005/04/22 16:57:04 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4RootTransManager.hh
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4DigitRootIO.cc,v 1.5 2005/04/22 16:26:47 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4DigitRootIO.cc
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4EventRootIO.cc,v 1.4 2005/04/22 16:26:47 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4EventRootIO.cc
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4HepMCRootIO.cc,v 1.5 2005/04/22 16:26:47 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4HepMCRootIO.cc
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4HitRootIO.cc,v 1.4 2002/12/13 14:45:42 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4HitRootIO.cc
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4MCTruthRootIO.cc,v 1.5 2005/04/22 16:26:47 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4MCTruthRootIO.cc
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4RootEvent.cc,v 1.4 2005/04/22 16:26:47 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4RootEvent.cc
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4RootIOManager.cc,v 1.4 2002/12/13 14:45:42 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4RootIOManager.cc
//
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: G4RootTransManager.cc,v 1.5 2005/04/22 16:26:47 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// File: G4RootTransManager.cc
//