Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ParN04.cc,v 1.2 2002/03/09 06:21:25 cooperma Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// --------------------------------------------------------------
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: ParTopC.icc,v 1.1 2002/03/09 06:25:10 cooperma Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -22,7 +22,7 @@
//
//
// $Id: ExN04EMPhysics.hh,v 1.1 2002/03/05 15:22:09 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// ------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: ExN04GeneralPhysics.hh,v 1.1 2002/03/05 15:22:10 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// ------------------------------------------------------------
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN04HadronPhysics.hh,v 1.1 2002/03/05 15:22:10 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ExN04HadronPhysics.hh,v 1.2 2003/06/16 16:49:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// ------------------------------------------------------------
@@ -39,7 +39,7 @@
#include "globals.hh"
#include "G4ios.hh"
#include "g4std/vector"
#include <vector>
#include "G4VPhysicsConstructor.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: ExN04IonPhysics.hh,v 1.1 2002/03/05 15:22:11 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// ------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: ExN04MuonPhysics.hh,v 1.1 2002/03/05 15:22:11 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// ------------------------------------------------------------
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: ParExMarshaledHits.hh,v 1.1 2002/03/05 15:22:13 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -20,8 +20,8 @@
// * statement, and all its terms. *
// ********************************************************************
//
// $Id: ParMarshaledObj.hh,v 1.1 2002/03/05 15:22:13 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ParMarshaledObj.hh,v 1.2 2003/06/16 16:49:36 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -33,7 +33,7 @@
#define ParMarshaledObj_h
#include <stdlib.h>
#include "g4std/iostream"
#include <iostream>
// Geant4 types
#include "globals.hh"
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: ParRandomState.hh,v 1.1 2002/03/05 15:22:13 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: ParRunManager.hh,v 1.2 2002/06/06 17:05:05 cooperma Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN04EMPhysics.cc,v 1.1 2002/03/05 15:22:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ExN04EMPhysics.cc,v 1.2 2003/06/16 16:49:37 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
@@ -30,7 +30,7 @@
#include "globals.hh"
#include "G4ios.hh"
#include "g4std/iomanip"
#include <iomanip>
ExN04EMPhysics::ExN04EMPhysics(const G4String& name)
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN04GeneralPhysics.cc,v 1.1 2002/03/05 15:22:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ExN04GeneralPhysics.cc,v 1.2 2003/06/16 16:49:38 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
@@ -30,7 +30,7 @@
#include "globals.hh"
#include "G4ios.hh"
#include "g4std/iomanip"
#include <iomanip>
ExN04GeneralPhysics::ExN04GeneralPhysics(const G4String& name)
: G4VPhysicsConstructor(name)
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN04HadronPhysics.cc,v 1.1 2002/03/05 15:22:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ExN04HadronPhysics.cc,v 1.2 2003/06/16 16:49:39 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
@@ -30,7 +30,7 @@
#include "globals.hh"
#include "G4ios.hh"
#include "g4std/iomanip"
#include <iomanip>
ExN04HadronPhysics::ExN04HadronPhysics(const G4String& name)
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN04IonPhysics.cc,v 1.1 2002/03/05 15:22:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ExN04IonPhysics.cc,v 1.2 2003/06/16 16:49:40 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
@@ -30,7 +30,7 @@
#include "globals.hh"
#include "G4ios.hh"
#include "g4std/iomanip"
#include <iomanip>
ExN04IonPhysics::ExN04IonPhysics(const G4String& name)
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN04MuonPhysics.cc,v 1.1 2002/03/05 15:22:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ExN04MuonPhysics.cc,v 1.2 2003/06/16 16:49:41 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
@@ -30,7 +30,7 @@
#include "globals.hh"
#include "G4ios.hh"
#include "g4std/iomanip"
#include <iomanip>
ExN04MuonPhysics::ExN04MuonPhysics(const G4String& name)
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN04PhysicsList.cc,v 1.1 2002/03/05 15:22:17 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ExN04PhysicsList.cc,v 1.2 2003/06/16 16:49:42 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
@@ -39,7 +39,7 @@
#include "G4Material.hh"
#include "G4MaterialTable.hh"
#include "G4ios.hh"
#include "g4std/iomanip"
#include <iomanip>
#include "ExN04GeneralPhysics.hh"
#include "ExN04EMPhysics.hh"
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: ParExN04MarshaledHits.cc,v 1.1 2002/03/05 15:22:18 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: ParMarshaledObj.cc,v 1.1 2002/03/05 15:22:18 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -20,8 +20,8 @@
// * statement, and all its terms. *
// ********************************************************************
//
// $Id: ParRunManager.cc,v 1.4 2002/12/05 01:07:01 asaim Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: ParRunManager.cc,v 1.5 2003/06/16 16:49:43 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// --------------------------------------------------------------------
// Parallel Library for Geant4
@@ -62,7 +62,7 @@
#include "ParRandomState.hh"
#include "G4ios.hh"
#include "g4std/strstream"
#include <strstream>
// Define static data members of ParRunManager
// They are set by ImportDoEventLoopLocals