Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.6 2002/07/03 07:50:34 gcosmo Exp $
$Id: History,v 1.7 2003/03/25 14:40:07 maire Exp $
-------------------------------------------------------------------
=========================================================
@@ -14,6 +14,9 @@ track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
March 25, 2003 mma (exampleN01-V05-00-00)
- Use G4PVPlacement constructor in logical mother, even for the world.
July 03, 2002 Makoto Asai (exampleN01-V04-01-00)
- Correction to README.
+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-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
+3 -3
View File
@@ -1,6 +1,6 @@
**********************************************
Geant4 version $Name: geant4-05-00 $
(13-Dec-2002)
Geant4 version $Name: geant4-05-01 $
(30-Apr-2003)
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.05s Sys=0.03s
User=0.04s Real=0.06s Sys=0.02s
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-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
#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-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: ExN01PrimaryGeneratorAction.hh,v 1.4 2002/01/09 17:23:48 ranjard Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
#ifndef ExN01PrimaryGeneratorAction_h
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN01DetectorConstruction.cc,v 1.6 2002/04/26 13:49:36 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-00 $
// $Id: ExN01DetectorConstruction.cc,v 1.7 2003/03/25 14:40:07 maire Exp $
// GEANT4 tag $Name: geant4-05-01 $
//
#include "ExN01DetectorConstruction.hh"
@@ -80,8 +80,8 @@ G4VPhysicalVolume* ExN01DetectorConstruction::Construct()
= new G4Box("expHall_box",expHall_x,expHall_y,expHall_z);
experimentalHall_log = new G4LogicalVolume(experimentalHall_box,
Ar,"expHall_log",0,0,0);
experimentalHall_phys = new G4PVPlacement(0,G4ThreeVector(),"expHall",
experimentalHall_log,0,false,0);
experimentalHall_phys = new G4PVPlacement(0,G4ThreeVector(),
experimentalHall_log,"expHall",0,false,0);
//------------------------------ a tracker tube
+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-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: ExN01PrimaryGeneratorAction.cc,v 1.5 2002/05/14 01:50:31 asaim Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
#include "ExN01PrimaryGeneratorAction.hh"