Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -7,7 +7,7 @@
#
# Generated on : 24/9/2010
#
# $Id: CMakeLists.txt,v 1.1 2010-09-29 19:09:19 bmorgan Exp $
# $Id: CMakeLists.txt 66892 2013-01-17 10:57:59Z gunter $
#
#------------------------------------------------------------------------------
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.6 2003-10-03 15:45:40 gcosmo Exp $
# $Id: GNUmakefile 66892 2013-01-17 10:57:59Z gunter $
# ------------------------------------------------------------
# GNUmakefile for transportation library. G.Folger 10-Dec-97.
# ------------------------------------------------------------
+5 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.39 2008-03-26 14:54:40 gcosmo Exp $
$Id: History 68056 2013-03-13 14:44:48Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,10 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
March 27, 2013, M. Verderi (param-V09-06-00)
- remove unused field 'fOnBoundary' in G4FastSimulationManagerProcess.hh
as this was causing a warning from clang.
July 10, 2012, G. Cosmo (param-V09-05-00)
- Explicitly use inclusion of headers for system of units and physical
constants, in plan to remove implicit inclusion from globals.hh.
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastSimulationManager.hh 68056 2013-03-13 14:44:48Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastSimulationManagerProcess.hh 68056 2013-03-13 14:44:48Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -159,7 +159,6 @@ private:
G4int fGhostNavigatorIndex;
G4bool fIsGhostGeometry;
G4double fGhostSafety;
G4bool fOnBoundary;
G4FieldTrack fFieldTrack;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastSimulationMessenger.hh 68056 2013-03-13 14:44:48Z gcosmo $
//
//
// GEANT 4 class header file
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastSimulationProcessType.hh 68056 2013-03-13 14:44:48Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastStep.hh 68056 2013-03-13 14:44:48Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastStep.icc 68056 2013-03-13 14:44:48Z gcosmo $
//
// $id: G4ParticleChange.icc,v 1.6 1998/04/14 02:25:54 kurasige Exp $
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastTrack.hh 68056 2013-03-13 14:44:48Z gcosmo $
//
// $Id:
//---------------------------------------------------------------
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4GlobalFastSimulationManager.hh 68056 2013-03-13 14:44:48Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -157,7 +157,7 @@ private:
void DisplayRegion(G4Region* motherRegion, G4int depth, std::vector<G4ParticleDefinition*>& particles) const;
// The single instance.
static G4GlobalFastSimulationManager* fGlobalFastSimulationManager;
static G4ThreadLocal G4GlobalFastSimulationManager* fGlobalFastSimulationManager;
G4FastSimulationMessenger* fTheFastSimulationMessenger;
G4FastSimulationVector <G4FastSimulationManager> ManagedManagers;
G4FastSimulationVector <G4FastSimulationManagerProcess> fFSMPVector;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VFastSimulationModel.hh 68056 2013-03-13 14:44:48Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -11,7 +11,7 @@
#
# Generated on : 24/9/2010
#
# $Id: sources.cmake,v 1.1 2010-09-29 19:09:27 bmorgan Exp $
# $Id: sources.cmake 66892 2013-01-17 10:57:59Z gunter $
#
#------------------------------------------------------------------------------
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastSimulationManager.cc 68056 2013-03-13 14:44:48Z gcosmo $
//
//---------------------------------------------------------------
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastSimulationManagerProcess.cc 68056 2013-03-13 14:44:48Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -308,8 +308,8 @@ AlongStepGetPhysicalInteractionLength(const G4Track& track,
// --------------------------------------------------
if ( fIsGhostGeometry )
{
static G4FieldTrack endTrack('0');
static ELimited eLimited;
static G4ThreadLocal G4FieldTrack *endTrack_G4MT_TLS_ = 0 ; if (!endTrack_G4MT_TLS_) endTrack_G4MT_TLS_ = new G4FieldTrack ('0') ; G4FieldTrack &endTrack = *endTrack_G4MT_TLS_;
static G4ThreadLocal ELimited *eLimited_G4MT_TLS_ = 0 ; if (!eLimited_G4MT_TLS_) eLimited_G4MT_TLS_ = new ELimited ; ELimited &eLimited = *eLimited_G4MT_TLS_;
if (previousStepSize > 0.) fGhostSafety -= previousStepSize;
if (fGhostSafety < 0.) fGhostSafety = 0.0;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastSimulationMessenger.cc 68056 2013-03-13 14:44:48Z gcosmo $
//
#include "G4FastSimulationMessenger.hh"
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastStep.cc 68056 2013-03-13 14:44:48Z gcosmo $
//
//---------------------------------------------------------------
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4FastTrack.cc 68056 2013-03-13 14:44:48Z gcosmo $
//
//---------------------------------------------------------------
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4GlobalFastSimulationManager.cc 68056 2013-03-13 14:44:48Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -63,7 +63,7 @@
// ------------------------------------------
// -- static instance pointer initialisation:
// ------------------------------------------
G4GlobalFastSimulationManager* G4GlobalFastSimulationManager::fGlobalFastSimulationManager = 0;
G4ThreadLocal G4GlobalFastSimulationManager* G4GlobalFastSimulationManager::fGlobalFastSimulationManager = 0;
// --------------------------------------------------
// -- static methods to retrieve the manager pointer:
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VFastSimulationModel.cc 68056 2013-03-13 14:44:48Z gcosmo $
//
//---------------------------------------------------------------
//