Ignore:
Timestamp:
May 29, 2009, 3:55:14 PM (17 years ago)
Author:
garnier
Message:

file release beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/materials/History

    r986 r1058  
    1 $Id: History,v 1.133 2009/02/19 12:19:53 vnivanch Exp $
     1$Id: History,v 1.142 2009/05/25 08:34:15 gcosmo Exp $
    22-------------------------------------------------------------------
    33
     
    1818     ----------------------------------------------------------
    1919
     2025-05-09 V.Ivanchenko (materials-V09-02-07)
     21- Renamed G4ExternalDEDXTable class to G4ExtDEDXTable to allow for generation
     22  of DLLs on WIN32-VC, where "External" is used to tag symbols in the DLLs
     23  generation process.
     24
     2511-05-09 V.Ivanchenko (materials-V09-02-06)
     26- G4ExternalDEDXTable: A.Lechner bug-fix in ClearTable function to avoid
     27                       illegal deletion of physics vectors.
     28
     2907-05-09 V.Ivanchenko (materials-V09-02-05)
     30- G4IronStoppingICRU73: the upper limit of the data vector is extended
     31                        from 10 MeV to 1 GeV; 53 bins are used
     32- G4NistMaterialBuilder: mean ionisation potential for G4_WATER is set
     33                        to 78 eV according to GSI Annual Report (2008) p.373
     34                        and recommendation of Prof.P.Sigmund in order to
     35                        conssitent with ICRU'73 tables
     36
     3729-04-09 V.Ivanchenko (materials-V09-02-04)
     38  Fixed ICRI'73 data provided by Prof.P.Sigmund Univ. Southern Denmark
     39- G4MaterialStoppingICRU73: G4WATER, G4WATER_VAPOR, G4NYLON-6/6
     40- G4SimpleMaterialStoppingICRU73: G4_Cu
     41- G4IronStoppingICRU73: G4WATER data added
     42  Also fixed GetDEDX methods in these classes for E=10 MeV (upper limit)
     43
     4424-04-09 G.Cosmo (materials-V09-02-03)
     45- Make visible GetEntry() accessor in G4MaterialPropertyVector for use
     46  restricted to persistency.
     47
     4820-04-09 G.Cosmo (materials-V09-02-02)
     49- Use 'const' references for strings as arguments/return-values in material
     50  properties tables and related classes. Inlined some methods and some minor
     51  cleanup.
     52- Added Entries() method to G4MaterialPropertyVector and accessors for maps
     53  in G4MaterialPropertiesTable, required for internal use in persistency of
     54  material properties.
     55
     5618-03-09 A.Lechner, V.Ivanchenko (materials-V09-02-01)
     57- New interface class G4VIonDEDXTable for electronic stopping power
     58  tables for ions.
     59- New utility class G4ExternalDEDXTable to handle external electronic
     60  stopping power tables for ions.
     61- Migrated classes for ICRU'73 stopping power (G4IronStoppingICRU73,
     62  G4MaterialStoppingICRU73, G4SimpleMaterialStoppingICRU73) to the
     63  the new G4VIonDEDXTable interface:
     64  o Changed access methods of physics vectors (vectors can also be
     65    identified via atomic number of material if material is pure);
     66  o Classes now deliver mass stopping powers instead of stopping powers per
     67    unit length;
     68  o Any dependency on ICRU 73 material densities is removed (densities are
     69    no longer included in the classes);
     70  o Stopping power vectors are now only built on request and no longer in
     71    the constructor.
     72
    207319-02-09 V.Ivanchenko (materials-V09-02-00)
    21 G4MaterialStoppingICRU73 - added 4 forgotten materials from ICRU'73
    22 G4SimpleMaterialStoppingICRU73 - fixed density of Mo and number of materials.
     74- G4MaterialStoppingICRU73: added 4 forgotten materials from ICRU'73.
     75- G4SimpleMaterialStoppingICRU73: fixed density of Mo and number of materials.
    2376
    247711-12-08 G.Cosmo (materials-V09-01-20)
Note: See TracChangeset for help on using the changeset viewer.