Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.5 2002/12/16 11:15:43 gcosmo Exp $
|
||||
# $Id: GNUmakefile,v 1.6 2004/06/11 14:25:25 gcosmo Exp $
|
||||
# ----------------------------------------------------------------
|
||||
# GNUmakefile for particle management library. G.Cosmo, 4/4/97.
|
||||
# ----------------------------------------------------------------
|
||||
@@ -11,6 +11,7 @@ endif
|
||||
|
||||
include $(G4INSTALL)/config/architecture.gmk
|
||||
|
||||
CPPFLAGS += -DG4PARTICLES_ALLOC_EXPORT
|
||||
CPPFLAGS += \
|
||||
-I$(G4BASE)/global/management/include \
|
||||
-I$(G4BASE)/global/HEPRandom/include \
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4DecayProducts.hh,v 1.8 2001/07/11 10:01:55 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: G4DecayProducts.hh,v 1.11 2004/06/11 14:25:25 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -101,10 +101,15 @@ class G4DecayProducts
|
||||
|
||||
};
|
||||
|
||||
#if defined G4PARTICLES_ALLOC_EXPORT
|
||||
extern G4DLLEXPORT G4Allocator<G4DecayProducts> aDecayProductsAllocator;
|
||||
#else
|
||||
extern G4DLLIMPORT G4Allocator<G4DecayProducts> aDecayProductsAllocator;
|
||||
#endif
|
||||
|
||||
// ------------------------
|
||||
// Inlined operators
|
||||
// ------------------------
|
||||
extern G4Allocator<G4DecayProducts> aDecayProductsAllocator;
|
||||
|
||||
inline void * G4DecayProducts::operator new(size_t)
|
||||
{
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4DynamicParticle.icc,v 1.8 2001/07/11 10:01:55 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: G4DynamicParticle.icc,v 1.11 2004/06/11 14:25:26 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -32,8 +32,11 @@
|
||||
// 17 AUg. 1999 H.Kurashige
|
||||
// ------------------------------------------------------------
|
||||
|
||||
|
||||
extern G4Allocator<G4DynamicParticle> aDynamicParticleAllocator;
|
||||
#if defined G4PARTICLES_ALLOC_EXPORT
|
||||
extern G4DLLEXPORT G4Allocator<G4DynamicParticle> aDynamicParticleAllocator;
|
||||
#else
|
||||
extern G4DLLIMPORT G4Allocator<G4DynamicParticle> aDynamicParticleAllocator;
|
||||
#endif
|
||||
|
||||
// ------------------------
|
||||
// Inlined operators
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ElectronOccupancy.hh,v 1.5 2001/07/11 10:01:55 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: G4ElectronOccupancy.hh,v 1.8 2004/06/11 14:25:27 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -98,7 +98,11 @@ class G4ElectronOccupancy
|
||||
|
||||
};
|
||||
|
||||
extern G4Allocator<G4ElectronOccupancy> aElectronOccupancyAllocator;
|
||||
#if defined G4PARTICLES_ALLOC_EXPORT
|
||||
extern G4DLLEXPORT G4Allocator<G4ElectronOccupancy> aElectronOccupancyAllocator;
|
||||
#else
|
||||
extern G4DLLIMPORT G4Allocator<G4ElectronOccupancy> aElectronOccupancyAllocator;
|
||||
#endif
|
||||
|
||||
// ------------------------
|
||||
// Inlined operators
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4DecayProducts.cc,v 1.10 2003/09/12 19:21:07 asaim Exp $
|
||||
// GEANT4 tag $Name: particles-V05-02-02 $
|
||||
// $Id: G4DecayProducts.cc,v 1.12 2004/06/11 14:25:27 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4DynamicParticle.cc,v 1.18 2003/12/01 15:15:36 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00-patch-01 $
|
||||
// $Id: G4DynamicParticle.cc,v 1.20 2004/06/11 14:25:28 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -57,6 +57,7 @@
|
||||
// take into account the case of virtual photons
|
||||
//
|
||||
//--------------------------------------------------------------
|
||||
|
||||
#include "G4DynamicParticle.hh"
|
||||
#include "G4DecayProducts.hh"
|
||||
#include "G4LorentzVector.hh"
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ElectronOccupancy.cc,v 1.6 2001/07/11 10:01:59 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: G4ElectronOccupancy.cc,v 1.8 2004/06/11 14:25:29 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -35,7 +35,6 @@
|
||||
// in atomic orbits
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
|
||||
#include "G4ElectronOccupancy.hh"
|
||||
|
||||
G4Allocator<G4ElectronOccupancy> aElectronOccupancyAllocator;
|
||||
|
||||
Reference in New Issue
Block a user