Import Geant4 3.0.0 source tree
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4DatabaseTypes.hh,v 1.3 1999/11/28 21:54:19 morita Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
|
||||
// file description:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4PersistentSchema.hh,v 1.5 1999/12/05 22:32:26 morita Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Persistent-capable schema definitions required for ooddlx processor
|
||||
//
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4PersistentTypes.hh,v 1.2 1999/12/15 14:51:26 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
//
|
||||
// Persistent-capable typedefs for Geant4/Persistency category
|
||||
|
||||
@@ -0,0 +1,88 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// 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: G4Pglobals.hh,v 1.1 2000/11/02 12:40:31 morita Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
//
|
||||
// Wrapper header file to protect globals.hh from ooddlx
|
||||
//
|
||||
// History:
|
||||
// 26.10.00 Y.Morita - Created
|
||||
|
||||
#ifndef G4_P_GLOBALS_HH
|
||||
#define G4_P_GLOBALS_HH 1
|
||||
|
||||
#ifndef OO_DDL_TRANSLATION
|
||||
|
||||
// use G4 globals if this is not in ooddlx pre-processing
|
||||
#include "globals.hh"
|
||||
|
||||
#else
|
||||
|
||||
// substitute G4 globals definitions for ooddlx pre-processing
|
||||
#define GLOBALS_HH
|
||||
#define G4TYPES_HH
|
||||
#define included_G4ios
|
||||
#define GeomDefs_hh
|
||||
typedef int G4GeometryType;
|
||||
#define __tpvector
|
||||
#define __tvvector
|
||||
#define __tpordvec
|
||||
#define __tvordvec
|
||||
|
||||
#ifndef G4ROTATIONMATRIX_HH
|
||||
#define G4ROTATIONMATRIX_HH
|
||||
class G4RotationMatrix {};
|
||||
#endif
|
||||
|
||||
#ifndef G4Para_HH
|
||||
#define G4Para_HH
|
||||
class G4Para {};
|
||||
#endif
|
||||
|
||||
#ifndef G4VMaterialMap_hh
|
||||
#define G4VMaterialMap_hh 1
|
||||
class G4VMaterialMap {};
|
||||
class G4Material {};
|
||||
#endif
|
||||
|
||||
#ifndef G4VPHYSICALVOLUME_HH
|
||||
#define G4VPHYSICALVOLUME_HH
|
||||
class G4VPhysicalVolume {};
|
||||
#endif
|
||||
|
||||
#ifndef G4LOGICALVOLUME_HH
|
||||
#define G4LOGICALVOLUME_HH
|
||||
class G4LogicalVolume {};
|
||||
#endif
|
||||
|
||||
#ifndef G4VSOLID_HH
|
||||
#define G4VSOLID_HH
|
||||
class G4VSolid {};
|
||||
#endif
|
||||
|
||||
#ifndef G4UNITSTEST_HH
|
||||
#define G4UNITSTEST_HH
|
||||
#include "G4UnitsTest.hh"
|
||||
#endif
|
||||
|
||||
typedef int EAxis;
|
||||
typedef char* G4String;
|
||||
typedef int G4int;
|
||||
typedef double G4double;
|
||||
typedef bool G4bool;
|
||||
template<class T>
|
||||
class G4RWTPtrVector {};
|
||||
template<class T>
|
||||
class G4RWTValOrderedVector {};
|
||||
template<class T>
|
||||
class G4RWTPtrOrderedVector {};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@@ -6,7 +6,7 @@
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VMaterialMap.hh,v 1.1 2000/06/09 12:53:25 morita Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
|
||||
#ifndef G4VMaterialMap_hh
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VPersistentSubDbMan.hh,v 1.3 1999/11/28 21:54:19 morita Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// class G4VPersistentSubDbMan
|
||||
//
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VPersistentSubMan.hh,v 1.2 1999/11/25 11:33:07 morita Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// class G4VPersistentSubMan
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user