Import Geant4 8.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:44:26 +02:00
parent 8a51e0bc40
commit 216a75eeb1
8717 changed files with 360418 additions and 141343 deletions
+46 -16
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.134 2005/11/24 18:24:30 japost Exp $
$Id: History,v 1.140 2006/05/05 14:53:29 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -16,28 +16,58 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Nov 24th, 2005 J. Apostolakis - geomvol-V07-01-05
- Revised implementation of G4VNestedParameterisation, taking out use
of G4PhysicalTouchable.
- Added implementations of virtual methods to identify materials
for nested parameterisations.
- Removed G4PhysicalTouchable helper class.
May 5th, 2006 G.Cosmo - geomvol-V08-00-04
- G4AssemblyVolume:
o Corrected decomposition of transformation in G4AssemblyVolume.
o Added methods GetVolumesIterator() and TotalImprintedVolumes() for
accessing the list of physical-volumes imprinted
o Cleaned up comments and descriptions.
- Corrected conditions for overlap check in G4PVPlacement constructors.
May 2nd, 2006 G.Cosmo - geomvol-V08-00-03
- G4AssemblyVolume: now G4AssemblyVolume can support assembly of assemblies
and reflections. Reviewed and modified MakeImprint() methods to act
recursively (kind contribution of I.Hrivnacova).
- Extended overlaps check also for reflection of placements.
- Moved G4AssemblyTriplet class from 'management' module.
- Protect against checking overlaps on world volume placement ...
- Requires tag "geommng-V08-00-04".
Apr 4th, 2006 G.Cosmo - geomvol-V08-00-02
- Moved G4VNestedParameterisation and G4VVolumeMaterialScanner classes to
'management' module, to support material scanning in G4Region.
- Requires tag "geommng-V08-00-01".
Mar 15th, 2006 G.Cosmo - geomvol-V08-00-01
- G4AssemblyVolume: added default boolean argument to MakeImprint()
methods to allow for optional check for overlaps of constituent volumes.
Dec 20th, 2005 G.Cosmo - geomvol-V08-00-00
- G4AssemblyVolume: fixed initialisation of names for placed volumes
which was corrupted after migration to <sstream> as side effect.
Nov 24th, 2005 J. Apostolakis - geomvol-V07-01-05
- Revised implementation of G4VNestedParameterisation,
taking out use of G4PhysicalTouchable.
- Added implementations of virtual methods to identify materials
for nested parameterisations.
- Removed G4PhysicalTouchable helper class.
Nov 16th, 2005 J. Apostolakis - geomvol-V07-01-04
- Corrections to tag below:
* fixing PVPlacement's 'IsRegularStructureMethod'
* adding missing RegularStructure methods for G4PhysicalTouchable
o Fixed G4PVPlacement's IsRegularStructure() method.
o Added missing methods for regular-structures to G4PhysicalTouchable.
Nov 11th, 2005 J. Apostolakis - geomvol-V07-01-03
- Added methods to identify Regular Structures in Physical volume derived
classes (Replica, Parameterised Volume, but also Placement).
- Added methods to identify regular structures in physical-volume derived
classes (replicas, parameterised volumes, placements).
New virtual methods implemented:
- IsRegularStructure() from G4VPhysicalVolume, defined in Replica
- GetRegularStructureId()
* Note that Placement always return 'false' and 0 respectively.
New method defined (Replica), and implemented that can be redefined:
- SetRegularStructureId() virtual
- IsRegularStructure() [from G4VPhysicalVolume, defined in Replica]
- GetRegularStructureId()
Note that G4PVPlacement always return 'false' and 0 respectively.
New method defined for Replicas:
- SetRegularStructureId() virtual
Nov 9th, 2005 G. Cosmo - geomvol-V07-01-02
- Added fake default constructor for concrete types of volumes (placements,