Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+4 -2
View File
@@ -61,7 +61,8 @@ class G4ErrorMatrix
// are set to 1.0.
G4ErrorMatrix(const G4ErrorMatrix &m1);
// Copy constructor.
G4ErrorMatrix(G4ErrorMatrix &&) = default;
// Copy and move constructor.
G4ErrorMatrix(const G4ErrorSymMatrix &m1);
// Constructors from G4ErrorSymG4ErrorMatrix, DiagG4ErrorMatrix and Vector.
@@ -95,7 +96,8 @@ class G4ErrorMatrix
G4ErrorMatrix & operator = ( const G4ErrorMatrix &m2);
G4ErrorMatrix & operator = ( const G4ErrorSymMatrix &m2);
// Assignment operators.
G4ErrorMatrix & operator = (G4ErrorMatrix &&) = default;
// Assignment and move operators.
G4ErrorMatrix operator- () const;
// unary minus, ie. flip the sign of each element.