Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (15 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/persistency/gdml/History

    r987 r1228  
    1 $Id: History,v 1.101 2009/02/26 10:13:49 gcosmo Exp $
     1$Id: History,v 1.116 2009/12/04 13:59:05 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     2004 Dec 2009 Gabriele Cosmo (gdml-V09-02-18)
     21- Updated list of optical properties in G4GDMLReadSolid according to
     22  last changes to G4OpticalSurface and G4SurfaceProperty.
     23
     2414 Oct 2009 Gabriele Cosmo (gdml-V09-02-17)
     25- Added support for GDML 'expression' tag, implementing generic expressions
     26  stored as literal constants.
     27- Corrected handling of 'quantity' tag; added missing caching of evaluation.
     28
     2924 Sep 2009 Gabriele Cosmo (gdml-V09-02-16)
     30- Added support for the GDML 'assembly' tag, implementing assemblies of
     31  simple placements through G4AssemblyVolume.
     32
     3312 May 2009 Gabriele Cosmo (gdml-V09-02-15)
     34- Restricted usage of loops only for placement of volumes. Now correctly
     35  handling most common use-case of multiple copies of the same volume/solid
     36  through loop statement. Addressing problem report #1063.
     37
     3811 May 2009 Gabriele Cosmo (gdml-V09-02-14)
     39- Allow for name stripping of volumes which are included in loops; do not
     40  store appended internal counter reference.
     41
     4227 April 2009 Gabriele Cosmo (gdml-V09-02-13)
     43- Get rid of unused parameter in G4GDMLWriteMaterials::PropertyVectorWrite().
     44
     4524 April 2009 Gabriele Cosmo (gdml-V09-02-12)
     46- Some code cleanup: rationalised inclusion of headers, replacing them
     47  with forward declarations where possible.
     48
     4924 April 2009 Gabriele Cosmo (gdml-V09-02-11)
     50- Allow for reading/writing of constant material properties.
     51- Implemented ability to write surface properties associated to volumes
     52  and material properties.
     53
     5417 April 2009 Gabriele Cosmo (gdml-V09-02-10)
     55- Defined missing copy constructor and operator=() to G4GDMLMatrix
     56  internal class, to avoid cases of memory corruption when handling matrices.
     57
     5815 April 2009 Gabriele Cosmo (gdml-V09-02-09)
     59- Completed virtual layer for allowing customisation of the writer for
     60  user-extended schemas.
     61
     6209 April 2009 Gabriele Cosmo (gdml-V09-02-08)
     63- Correction in G4GDMLWriteSolids::BooleanWrite() in order to handle
     64  cases of nested displaced solids given to both operands in a Boolean
     65  operation (ATLAS use case).
     66- Renamed flag for maximum number of transformations applied to a solid
     67  and moved to G4GDMLWriteSolids base class.
     68- First virtual layer for custom writer classes G4GDMLWriteSolids and
     69  G4GDMLWriteStructure.
     70
     7103 April 2009 Tatiana Nikitina (gdml-V09-02-07)
     72- Correction in materials and solids tags for allowing parsing of
     73  definitions within the tag scope; possibility foreseen by the schema.
     74
     7524 March 2009 Gabriele Cosmo (gdml-V09-02-06)
     76- Added empty default constructor and virtual destructor to classes in the
     77  inheritance chain.
     78
     7902 March 2009 Gabriele Cosmo (gdml-V09-02-05)
     80- Fixed association of entities in nested loops for solids and materials.
     81  Definitions of materials are not supposed to be included in loops being
     82  therefore repeated...
     83- Strip off white spaces from names G4GDMLWrite::GenerateName(), to avoid
     84  parsing problems in imported files.
    1985
    208626 February 2009 Tatiana Nikitina (gdml-V09-02-04)
Note: See TracChangeset for help on using the changeset viewer.