Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (15 years ago)
Author:
garnier
Message:

geant4 tag 9.4

Location:
trunk/source/geometry/volumes
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/volumes/GNUmakefile

    r831 r1347  
    1 # $Id: GNUmakefile,v 1.7 2004/06/11 14:17:19 gcosmo Exp $
     1# $Id: GNUmakefile,v 1.10 2010/12/15 17:05:05 gcosmo Exp $
    22# --------------------------------------------------------------------
    33# GNUmakefile for geometry/volumes library.  Gabriele Cosmo, 16/11/96.
     
    1212include $(G4INSTALL)/config/architecture.gmk
    1313
     14ifdef G4LIB_BUILD_DLL
     15  CPPFLAGS += -DG4LIB_BUILD_DLL
     16endif
    1417CPPFLAGS += -DG4GEOM_ALLOC_EXPORT
    1518CPPFLAGS += -I$(G4BASE)/graphics_reps/include \
  • trunk/source/geometry/volumes/History

    r1315 r1347  
    1 $Id: History,v 1.170 2010/04/23 10:27:49 gcosmo Exp $
     1$Id: History,v 1.173 2010/12/15 17:05:06 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     20December 15th, 2010 G.Cosmo - geomvol-V09-03-09
     21- Use normal allocator if building DLLs on Windows.
     22
     23September 6th, 2010 G.Cosmo - geomvol-V09-03-08
     24- Fixed false-positive cases for initialization in copy-constructor of
     25  G4GRSSolid amd G4GRSVolume.
     26
     27Jul 5th, 2010       G.Cosmo - geomvol-V09-03-07
     28- G4GRSSolid, G4GRSVolume: safer initialisation in copy constructor.
     29- G4PVPlacement, G4PVReplica: added fake initialisation for all members in
     30  specialized constructor for I/O persistency. Added fake return statements
     31  after exceptions.
     32- G4NavigationHistory: restore original implementation for constructor.
    1933
    2034Apr 23rd, 2010      G.Cosmo - geomvol-V09-03-06
  • trunk/source/geometry/volumes/test/ApproxEqual.hh

    r1316 r1347  
    2626//
    2727// $Id: ApproxEqual.hh,v 1.7 2006/06/29 18:58:23 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030
  • trunk/source/geometry/volumes/test/testExitNormalNav.cc

    r1316 r1347  
    2626//
    2727// $Id: testExitNormalNav.cc,v 1.7 2006/06/29 18:58:25 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//   Testing the product of Exit Normal of the Navigator for
  • trunk/source/geometry/volumes/test/testG4AffineTransform.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4AffineTransform.cc,v 1.9 2006/06/29 18:58:27 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030
  • trunk/source/geometry/volumes/test/testG4BlockingList.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4BlockingList.cc,v 1.4 2006/06/29 18:58:30 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030
  • trunk/source/geometry/volumes/test/testG4NavigationHistory.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4NavigationHistory.cc,v 1.9 2007/02/13 17:24:59 japost Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4NestedParameterised.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4NestedParameterised.cc,v 1.5 2006/06/29 18:58:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4Parameterised.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4Parameterised.cc,v 1.10 2006/06/29 18:58:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4ParameterisedMaterial.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4ParameterisedMaterial.cc,v 1.9 2006/06/29 18:58:40 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4ParameterisedSolid1.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4ParameterisedSolid1.cc,v 1.13 2006/06/29 18:58:43 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4ReplicaNavigation.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4ReplicaNavigation.cc,v 1.11 2006/06/29 18:58:48 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4SmartVoxelProxy.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4SmartVoxelProxy.cc,v 1.4 2006/06/29 18:58:50 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030
  • trunk/source/geometry/volumes/test/testG4SmartVoxels.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4SmartVoxels.cc,v 1.5 2006/06/29 18:58:52 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030
  • trunk/source/geometry/volumes/test/testG4TouchableHandle.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4TouchableHandle.cc,v 1.8 2006/06/29 18:58:54 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4Touchables.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4Touchables.cc,v 1.10 2006/06/29 18:58:56 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4Volumes.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4Volumes.cc,v 1.10 2006/06/29 18:58:59 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/geometry/volumes/test/testG4VoxelLimits.cc

    r1316 r1347  
    2626//
    2727// $Id: testG4VoxelLimits.cc,v 1.4 2006/06/29 18:59:02 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030
Note: See TracChangeset for help on using the changeset viewer.