Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+53 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.37 2002/06/24 07:15:27 gcosmo Exp $
$Id: History,v 1.45 2002/11/19 17:15:37 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,58 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
November 19, 2002 G. Cosmo geommng-V04-01-05
- G4GeometryManager[.cc]
o Fixed bug in initialisation of fine-grained timer
(courtesy of Helmut Burkhardt).
November 09, 2002 G. Cosmo geommng-V04-01-04
- G4LogicalVolume.cc:
o Correction to propagation of the Field Manager to Daughter volumes:
it should be propagated to all daughters that do not have one -- not to all the
ones that have one already. Fixes bug report for field by logical volume.
(J.Apostolakis)
October 28, 2002 G. Cosmo geommng-V04-01-03
- G4VSolid[.hh.icc.cc]:
o Added pure virtual method StreamInfo() to stream contents of a solid
to a generic output stream.
o Added method DumpInfo() using StreamInfo() to dump contents to the
standard output.
October 23, 2002 G. Cosmo geommng-V04-01-02
- G4PVReplica.cc:
o Corrected order for check on illegal constructions, in constructor taking
a pointer to logical volume as mother volume.
o Improved output diagnostics.
- G4PVParameterised.cc:
o Improved output diagnostics for check on illegal constructions.
October 16, 2002 G. Cosmo geommng-V04-01-01
- G4PVReplica.cc, G4PVParameterised.cc:
Added checks for illegal geometry contructions; contructors now verify unicity
of daughter volumes for replicas and parameterised volumes, as well as checks
for attempt to replicate/parameterise the world volume.
October 4, 2002 G. Cosmo
- G4PVParameterised[.hh.cc], G4PVPlacement[.hh.cc]:
Added new method IsParameterised() to enquire for existing parameterisation
for a placed volume.
- G4PVReplica[.hh.cc], G4VPhysicalVolume[.hh.cc]:
Added methods IsParameterised() and GetMultiplicity() to enquire for existing
parameterisation of placed volume, and number of replicated volumes.
September 11, 2002 G. Cosmo geommng-V04-01-00
- G4AssemblyVolume[.hh.icc.cc]:
o Fixed bug #409 concerning missing imprint counter method.
o Fixed bug #410 concerning the internal counting mechanism.
The fix involved the addition of a new data member fAssemblyID,
holding the instance ID of the given object derived from
class-wide counter. Corresponding accessor methods has been
added as well.
- Updated unit test TestAssemblyVolume, to add call to G4RunManager
for resetting nagivator state in TstVADetectorConstruction.cc.
June 24, 2002 G. Cosmo geommng-V04-00-08
- G4AssemblyVolume[.hh.cc]:
o Moved accessors to assembly counters to public.