Import Geant4 3.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:10:37 +02:00
parent 137e303ecc
commit 36c080dca6
3464 changed files with 119310 additions and 52696 deletions
+20 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.27 2001/02/06 22:07:17 johna Exp $
$Id: History,v 1.32 2001/05/25 13:38:51 johna Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,25 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
25th May 2001 John Allison (greps-V03-01-02)
- Added GetSurfaceArea() and GetVolume() to HepPolyhedron (Evgeni).
- Bug fix in BooleanProcessor.src (Guy, Evgeni).
3rd May 2001 John Allison (greps-V03-01-01)
- Replaced G4RWTValOrderedVector by G4std::vector in G4PlacedPolyhedron
and G4Point3DList. Forces co-working tags in categories:
geommng-V03-01-02
tracking-V03-01-00
vis-V03-01-01
11th April 2001 John Allison (greps-V03-01-00)
- Some code has been added to cover unforeseen earlier situation
during preselection of faces without intersection (Evgeni).
- Moved #include <CLHEP/config/TemplateFunctions.h> and others from
HepPolyhedron.h to HepPolyhedron.cc (Evgeni).
- Fixed stupid warnings about possible use of uninitialized variables (Evgeni).
- Made GetNumberOfRotationSteps() static and public (John).
6th February 2001 John Allison (greps-V03-00-01)
- More tidying for CodeWizard. Added virtual destructors to
HepPolyhedronBox, etc. Also made all constructors non-inline.