Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PBox.ddl,v 1.1 1999/01/07 16:10:50 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PBox.ddl,v 1.2.2.1 1999/12/07 20:50:09 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
// class G4PBox
//
@@ -16,6 +16,7 @@
#ifndef G4PBOX_DDL
#define G4PBOX_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4VSolid;
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PCSGSolid.ddl,v 1.1 1999/01/07 16:10:50 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PCSGSolid.ddl,v 1.2.2.1 1999/12/07 20:50:10 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// class G4CSGSolid
@@ -17,6 +17,7 @@
#ifndef G4PCSGSOLID_DDL
#define G4PCSGSOLID_DDL
#include "G4PersistentSchema.hh"
#include "G4PVSolid.hh"
class G4PCSGSolid : public G4PVSolid {
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PCons.ddl,v 1.1 1999/01/07 16:10:50 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PCons.ddl,v 1.2.2.1 1999/12/07 20:50:10 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
// class G4Cons
//
@@ -16,6 +16,7 @@
#ifndef G4PCons_DDL
#define G4PCons_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4Cons;
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PHype.ddl,v 1.1 1999/01/07 16:10:50 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PHype.ddl,v 1.2.2.1 1999/12/07 20:50:11 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
// class G4PHype
//
@@ -16,6 +16,7 @@
#ifndef G4PHYPE_DDL
#define G4PHYPE_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4VSolid;
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PPara.ddl,v 1.1 1999/01/07 16:10:51 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PPara.ddl,v 1.3.2.1 1999/12/07 20:50:11 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
// class G4PPara
//
@@ -17,14 +17,15 @@
#ifndef G4PPara_DDL
#define G4PPara_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4Para;
class G4VSolid;
#include "G4ThreeVector.hh"
#include <rw/tvordvec.h>
typedef RWTValOrderedVector<G4ThreeVector> G4ThreeVectorList;
#include "g4rw/tvordvec.h"
typedef G4RWTValOrderedVector<G4ThreeVector> G4ThreeVectorList;
class G4PPara : public G4PCSGSolid {
public:
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PSphere.ddl,v 1.1 1999/01/07 16:10:51 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PSphere.ddl,v 1.3.2.1 1999/12/07 20:50:11 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
// class G4PSphere
//
@@ -16,14 +16,15 @@
#ifndef G4PSphere_DDL
#define G4PSphere_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4VSolid;
class G4Sphere;
#include "G4ThreeVector.hh"
#include <rw/tvordvec.h>
typedef RWTValOrderedVector<G4ThreeVector> G4ThreeVectorList;
#include "g4rw/tvordvec.h"
typedef G4RWTValOrderedVector<G4ThreeVector> G4ThreeVectorList;
class G4PSphere : public G4PCSGSolid {
public:
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PTorus.ddl,v 1.1 1999/01/07 16:10:51 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PTorus.ddl,v 1.2.2.1 1999/12/07 20:50:11 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// class G4PTorus
@@ -17,6 +17,7 @@
#ifndef G4PTorus_DDL
#define G4PTorus_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4VSolid;
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PTrap.ddl,v 1.1 1999/01/07 16:10:51 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PTrap.ddl,v 1.3.2.1 1999/12/07 20:50:11 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
// class G4PTrap
//
@@ -16,14 +16,15 @@
#ifndef G4PTrap_DDL
#define G4PTrap_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4VSolid;
class G4Trap;
#include "G4ThreeVector.hh"
#include <rw/tvordvec.h>
typedef RWTValOrderedVector<G4ThreeVector> G4ThreeVectorList;
#include "g4rw/tvordvec.h"
typedef G4RWTValOrderedVector<G4ThreeVector> G4ThreeVectorList;
struct PTrapSidePlane
{
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PTrd.ddl,v 1.1 1999/01/07 16:10:51 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PTrd.ddl,v 1.2.2.1 1999/12/07 20:50:11 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
// class G4PTrd
//
@@ -16,6 +16,7 @@
#ifndef G4PTRD_DDL
#define G4PTRD_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4Trd;
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4PTubs.ddl,v 1.1 1999/01/07 16:10:51 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4PTubs.ddl,v 1.2.2.1 1999/12/07 20:50:11 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// class G4PTubs
@@ -17,6 +17,7 @@
#ifndef G4PTUBS_DDL
#define G4PTUBS_DDL
#include "G4PersistentSchema.hh"
#include "G4PCSGSolid.hh"
class G4VSolid;