Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/materials/include/G4DensityEffectData.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4DensityEffectData.hh,v 1.7 2009/12/01 08:24:21 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4DensityEffectData.hh,v 1.10 2010/05/15 15:37:33 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828
    2929//---------------------------------------------------------------------------
     
    5151
    5252#include "globals.hh"
     53#include "G4Material.hh"
    5354#include <vector>
    5455
     
    6869
    6970  // return index by Z, -1 if material is not in the table
    70   G4int GetIndex(const G4int Z);
     71  G4int GetElementIndex(G4int Z, G4State mState);
    7172
    7273  // return index by material name, -1 if material is not in the table
     
    102103  G4double data[NDENSDATA][NDENSARRAY];
    103104  std::vector<G4String> names;
     105
     106  // indexes defined only for pure materials
    104107  G4int indexZ[NDENSELEM];
     108  G4State state[NDENSELEM];
    105109
    106110  G4int index;
Note: See TracChangeset for help on using the changeset viewer.