Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
+37 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.21 2000/05/12 13:57:53 gcosmo Exp $
$Id: History,v 1.24 2000/11/20 17:29:03 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,42 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Nov 20th, 2000 G. Cosmo - field-V02-00-02
- Fixes to remove warnings from "-Wall -ansi -pedantic" g++ compiler options:
o commented out variables declared and not used.
o fixed declaration of variables used before being initialised.
o fixed order of initialisation of member data in constructors.
o fixed usage of unsigned-int (size_t) for array indeces.
Nov 9th, 2000 G. Cosmo - field-V02-00-01
- G4FieldManager: added check on existence of allocated fChordFinder
in CreateChordFinder(G4MagneticField*) method.
Nov 1st, 2000 G. Cosmo - field-V02-00-00
- QA code revision and cleanup (+fixes from CodeWizard filtering):
o Added (private) declarations of copy constructor and assignment operator
where needed.
o Added "const" qualifier to accessor methods, wherever needed.
o Added equality check on operator= where needed.
o Made destructor "virtual" for classes having virtual methods,
wherever missing.
o Changed virtual functions to non-inline wherever's the case.
o Changed return value to be "const" pointer to functions:
- G4EquationOfMotion::GetFieldObj()
- G4FieldManager::GetDetectorField()
- G4MagIntegratorDriver::GetStepper()
o Fixed and corrected signature to G4MagIntegratorDriver::SetHmin().
o Added "inline" qualifier to methods' declarations.
o General cosmetics
Jun 2nd, 2000 J. Apostolakis
- G4FieldManager[.hh.icc]
o Added DeltaIntersection and DeltaOneStep to FieldManager: added
Get/Set methods and SetAccuraciesWithDeltaOneStep().
May 11th, 2000 J. Apostolakis - field-V01-01-02
- G4ChordFinder[.hh.cc]