Import Geant4 2.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:42:07 +02:00
parent 103bda00c8
commit e7d7193284
3106 changed files with 171117 additions and 90550 deletions
+22 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.3 1999/11/25 14:18:40 johna Exp $
$Id: History,v 1.7 2000/05/29 09:59:14 johna Exp $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,27 @@ committal in the CVS repository !
History file for visualization/modeling
---------------------------------------
29th May 2000 John Allison
- Moved code for maintaining depth, physical and logical volume
pointers from VisitGeometryAndGetVisReps to DescribeAndDescend to
handle daughters of replicas correctly (Guy Barrand).
22nd May 2000 John Allison (modeling-V01-01-00)
- Added G4VTreeGraphicsScene (DTREE).
- Commented out pVPV->SetCopyNo(n) on Makoto's advice in
G4PhysicalVolumeModel.cc.
vis-V01-01-01 12th April 2000 John Allison
- Made G4PhysicalVolumeModel::DescribeSolid virtual.
- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
solids - now programmed into CompositeSolid::CreatePolyhedron, where
CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
G4UnionSolid.
- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
components of composite solids as white forced-wireframe objects.
vis-V00-01-10 25th November 1999 John Allison
- Adapted header files of modeling for Software Reference Manual.