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
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorFreeTrajParam.hh 66892 2013-01-17 10:57:59Z gunter $
//
// Class Description:
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorFreeTrajState.hh 66892 2013-01-17 10:57:59Z gunter $
//
// Class Description:
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorGeomVolumeTarget.hh 66892 2013-01-17 10:57:59Z gunter $
//
// Class Description:
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorMagFieldLimitProcess.hh 66892 2013-01-17 10:57:59Z gunter $
//
// Class description:
//
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4ErrorMatrix.hh 66892 2013-01-17 10:57:59Z gunter $
//
// Class Description:
//
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4ErrorMatrix.icc 66892 2013-01-17 10:57:59Z gunter $
//
// ------------------------------------------------------------
// GEANT 4 class inline implementation
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorMessenger.hh 66892 2013-01-17 10:57:59Z gunter $
//
// Class Description:
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorPhysicsList.hh 66892 2013-01-17 10:57:59Z gunter $
//
//
// Class Description:
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorPropagator.hh 68050 2013-03-13 14:36:39Z gcosmo $
//
//
// Class Description:
@@ -118,7 +118,6 @@ class G4ErrorPropagator
G4double theStepLength;
G4ErrorTrajState* theInitialTrajState;
G4ErrorTrajState* theFinalTrajState;
G4int theStepN;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorPropagatorManager.hh 66892 2013-01-17 10:57:59Z gunter $
//
// Class Description:
//
@@ -147,7 +147,7 @@ class G4ErrorPropagatorManager
private:
static G4ErrorPropagatorManager* theG4ErrorPropagatorManager;
static G4ThreadLocal G4ErrorPropagatorManager* theG4ErrorPropagatorManager;
G4ErrorRunManagerHelper* theG4ErrorRunManagerHelper;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorRunManagerHelper.hh 66892 2013-01-17 10:57:59Z gunter $
//
//
// Class Description:
@@ -89,7 +89,7 @@ class G4ErrorRunManagerHelper
private:
static G4ErrorRunManagerHelper* fRunManagerKernel;
static G4ThreadLocal G4ErrorRunManagerHelper* fRunManagerKernel;
G4VUserPhysicsList* theUserPhysicsList;
G4VPhysicalVolume* theUserWorld;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorStepLengthLimitProcess.hh 66892 2013-01-17 10:57:59Z gunter $
//
//
// Class Description:
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorSurfaceTrajParam.hh 69014 2013-04-15 09:42:51Z gcosmo $
//
//
// Class Description:
@@ -79,6 +79,7 @@ class G4ErrorSurfaceTrajParam
G4double GetPW() const{ return fPW; }
G4double GetV() const{ return fV; }
G4double GetW() const{ return fW; }
G4double GetInvP() const{ return fInvP; }
private:
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorSurfaceTrajState.hh 69014 2013-04-15 09:42:51Z gcosmo $
//
//
// Class description:
@@ -75,13 +75,12 @@ class G4ErrorSurfaceTrajState : public G4ErrorTrajState
// Constructor by providing G4ErrorFreeTrajState and G4Plane3D surface
G4ErrorSurfaceTrajState( G4ErrorFreeTrajState& tpSC, const G4Vector3D& vecV,
const G4Vector3D& vecW );
const G4Vector3D& vecW , G4ErrorMatrix &transfM);
// Constructor by providing G4ErrorFreeTrajState and two vectors on surface
~G4ErrorSurfaceTrajState(){}
void BuildErrorMatrix( G4ErrorFreeTrajState& tpSC, const G4Vector3D& vecV,
const G4Vector3D& vecW );
G4ErrorMatrix BuildErrorMatrix( G4ErrorFreeTrajState& tpSC, const G4Vector3D& vecV,
const G4Vector3D& vecW );
// Build the error matrix from a free state plus the vectors of the surface
virtual void Dump( std::ostream& out = G4cout ) const;
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4ErrorSymMatrix.hh 66892 2013-01-17 10:57:59Z gunter $
//
// Class Description:
//
@@ -219,13 +219,13 @@ class G4ErrorSymMatrix
G4int nrow;
G4int size; // total number of elements
static G4double posDefFraction5x5;
static G4double adjustment5x5;
static G4ThreadLocal G4double posDefFraction5x5;
static G4ThreadLocal G4double adjustment5x5;
static const G4double CHOLESKY_THRESHOLD_5x5;
static const G4double CHOLESKY_CREEP_5x5;
static G4double posDefFraction6x6;
static G4double adjustment6x6;
static G4ThreadLocal G4double posDefFraction6x6;
static G4ThreadLocal G4double adjustment6x6;
static const G4double CHOLESKY_THRESHOLD_6x6;
static const G4double CHOLESKY_CREEP_6x6;
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4ErrorSymMatrix.icc 66892 2013-01-17 10:57:59Z gunter $
//
// ------------------------------------------------------------
// GEANT 4 class inline implementation
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorTrackLengthTarget.hh 66892 2013-01-17 10:57:59Z gunter $
//
//
// Class Description:
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorTrajErr.hh 66892 2013-01-17 10:57:59Z gunter $
//
//
// Class Description:
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4ErrorTrajState.hh 66892 2013-01-17 10:57:59Z gunter $
//
//
// Class Description:
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4VErrorLimitProcess.hh 66892 2013-01-17 10:57:59Z gunter $
//
//
// Class description: