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
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.8 2002/11/08 13:58:28 ahoward Exp $
# $Id: GNUmakefile,v 1.9 2008/06/15 22:39:27 cirrone Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
@@ -22,10 +22,6 @@ endif
include $(G4INSTALL)/config/architecture.gmk
ifdef G4ANALYSIS_USE
CPPFLAGS += `aida-config --include`
LDFLAGS += `aida-config --lib`
endif
.PHONY: all
all: lib bin
@@ -1,5 +1,5 @@
-------------------------------------------------------------------
$Id: History,v 1.15 2007/11/06 09:38:16 ahoward Exp $
$Id: History,v 1.17 2008/06/15 22:39:27 cirrone Exp $
-------------------------------------------------------------------
=========================================================
@@ -8,6 +8,14 @@ $Id: History,v 1.15 2007/11/06 09:38:16 ahoward Exp $
Category History file
---------------------
16.06.2008 - G.A.P.Cirrone (DMX-V09-01-01)
Removed AIDA command from GNUmakefile
04.04.2008 - A. Howard (DMX-V09-01-00)
Fixed mis-sized arrays - ring_phys_gas[] and ring_phys_liq[].
Both one were less than the utilized size (!). This has always
been wrong.
06.11.2007 - A. Howard (DMX-V09-00-02)
Corrected micrometer unit in macros from mum to um (old bug since
release 8.2)
@@ -157,8 +157,8 @@ private:
G4LogicalVolume* americium_log;
G4VPhysicalVolume* americium_phys;
G4LogicalVolume* ring_log;
G4VPhysicalVolume* ring_phys_gas[1];
G4VPhysicalVolume* ring_phys_liq[5];
G4VPhysicalVolume* ring_phys_gas[2];
G4VPhysicalVolume* ring_phys_liq[6];
G4LogicalVolume* mirror_log;
G4VPhysicalVolume* mirror_phys;
G4LogicalVolume* grid1_log;
@@ -25,7 +25,7 @@
//
//
// $Id: DMXMinEkineCuts.hh,v 1.4 2006/06/29 16:25:47 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// ------------------------------------------------------------
@@ -25,7 +25,7 @@
//
//
// $Id: DMXMinEkineCuts.cc,v 1.6 2006/06/29 16:26:39 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// GEANT4 tag $Name: geant4-09-02 $
//
//
// --------------------------------------------------------------
@@ -488,7 +488,7 @@ void DMXPhysicsList::ConstructOp()
#include "G4LEDeuteronInelastic.hh"
#include "G4LETritonInelastic.hh"
#include "G4LEAlphaInelastic.hh"
#include "G4HadronCaptureProcess.hh"
// High-energy Models: >20 GeV
#include "G4HEPionPlusInelastic.hh"
#include "G4HEPionMinusInelastic.hh"