Import Geant4 10.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2018-03-02 09:34:30 +01:00
parent fc6af9e721
commit fe04dcb406
341 changed files with 18389 additions and 24522 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
$Id: History 107409 2017-11-10 13:36:41Z gcosmo $
$Id: History 108476 2018-02-15 14:21:25Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,11 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
19-Dec-2017 - G.Cosmo (error-propagation-V10-03-03)
- Fixed self-consistency in headers (missing #include) in G4ErrorMatrix,
G4ErrorRunManagerHelper and G4ErrorSymMatrix.
Thanks to Raphael Isemann for reporting these.
10-Nov-2017 - P.Arce (error-propagation-V10-03-02)
- Bug report 2010: precision correction in G4ErrorFreeTrajState.cc
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4ErrorMatrix.hh 66892 2013-01-17 10:57:59Z gunter $
// $Id: G4ErrorMatrix.hh 108476 2018-02-15 14:21:25Z gcosmo $
//
// Class Description:
//
@@ -37,6 +37,7 @@
#define G4ErrorMatrix_hh
#include <vector>
#include "G4Types.hh"
class G4ErrorSymMatrix;
@@ -293,7 +294,7 @@ void row_givens(G4ErrorMatrix *A, G4double c, G4double s,
G4int k1, G4int k2, G4int col_min=1, G4int col_max=0);
// do a row Givens update
void givens(G4double a, G4double b, G4double *c, G4double *s);
// void givens(G4double a, G4double b, G4double *c, G4double *s);
// algorithm 5.1.5 in Golub and Van Loan
// Returns a Householder vector to zero elements.
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ErrorRunManagerHelper.hh 66892 2013-01-17 10:57:59Z gunter $
// $Id: G4ErrorRunManagerHelper.hh 108476 2018-02-15 14:21:25Z gcosmo $
//
//
// Class Description:
@@ -41,6 +41,8 @@
#ifndef G4ErrorRunManagerHelper_hh
#define G4ErrorRunManagerHelper_hh
#include "tls.hh"
class G4RunManagerKernel;
class G4VUserDetectorConstruction;
class G4VPhysicalVolume;
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4ErrorSymMatrix.hh 66892 2013-01-17 10:57:59Z gunter $
// $Id: G4ErrorSymMatrix.hh 108476 2018-02-15 14:21:25Z gcosmo $
//
// Class Description:
//
@@ -37,6 +37,7 @@
#define G4ErrorSymMatrix_hh
#include <vector>
#include "globals.hh"
class G4ErrorMatrix;