Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
-37
View File
@@ -1,37 +0,0 @@
# $Id: GNUmakefile.light,v 1.1 1999/01/07 16:05:40 gunter Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
name := exampleN01
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../..
endif
LDLIBS := \
-l$(G4TARGET) \
-lG4run \
-lG4event \
-lG4tracking \
-lG4bosons \
-lG4partman \
-lG4transportation \
-lG4procman \
-lG4track \
-lG4materials \
-lG4digits+hits \
-lG4csg \
-lG4geometrymng \
-lG4volumes \
-lG4magneticfield \
-lG4graphics_reps \
-lG4intercoms \
-lG4global
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/binmake.gmk
+4 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.5 2002/05/14 01:50:31 asaim Exp $
$Id: History,v 1.6 2002/07/03 07:50:34 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -15,6 +15,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
July 03, 2002 Makoto Asai (exampleN01-V04-01-00)
- Correction to README.
May 14, 2002 Makoto Asai (exampleN01-V04-00-01)
- Remove UI command from ExN01PrimaryGeneratorAction and use direct method calls
+2 -2
View File
@@ -1,4 +1,4 @@
$Id: README,v 1.2 2000/03/14 10:15:17 gcosmo Exp $
$Id: README,v 1.3 2002/07/02 18:35:01 asaim Exp $
-------------------------------------------------------------------
=========================================================
@@ -20,7 +20,7 @@ aluminum and lead are defined first, where all of them are single element
materials. Though materials are assigned for each volume, they will not
affect the trajectory of a geantino.
The experimental hall, which is the world volume, is made of aluminum
The experimental hall, which is the world volume, is made of argon gas
and it is a box. The tracker tube made of argon gas is placed at
(-1m,0m,0m) respect to the origin of the world volume. The calorimeter
block made of lead and it has 19 layers of aluminum plates inside.
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: exampleN01.cc,v 1.4 2002/01/09 17:23:47 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
+3 -3
View File
@@ -1,6 +1,6 @@
**********************************************
Geant4 version $Name: geant4-04-01 $
(28-Feb-2002)
Geant4 version $Name: geant4-05-00 $
(13-Dec-2002)
Copyright : Geant4 Collaboration
**********************************************
Start Run processing.
@@ -193,5 +193,5 @@ Terminate current event processing.
Run terminated.
Run Summary
Number of events processed : 3
User=0.02s Real=0.06s Sys=0.04s
User=0.02s Real=0.05s Sys=0.03s
G4 kernel has come to Quit state.
@@ -22,7 +22,7 @@
//
//
// $Id: ExN01DetectorConstruction.hh,v 1.5 2002/01/09 17:23:48 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#ifndef ExN01DetectorConstruction_H
@@ -22,7 +22,7 @@
//
//
// $Id: ExN01PhysicsList.hh,v 1.5 2002/01/09 17:23:48 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: ExN01PrimaryGeneratorAction.hh,v 1.4 2002/01/09 17:23:48 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#ifndef ExN01PrimaryGeneratorAction_h
@@ -22,7 +22,7 @@
//
//
// $Id: ExN01DetectorConstruction.cc,v 1.6 2002/04/26 13:49:36 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN01DetectorConstruction.hh"
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN01PhysicsList.cc,v 1.5 2002/01/09 17:23:48 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: ExN01PrimaryGeneratorAction.cc,v 1.5 2002/05/14 01:50:31 asaim Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN01PrimaryGeneratorAction.hh"