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

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectricModel.cc

    r1337 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PenelopePhotoElectricModel.cc,v 1.12 2010/03/26 09:32:50 pandola Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4PenelopePhotoElectricModel.cc,v 1.13 2010/11/26 11:51:11 pandola Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929// Author: Luciano Pandola
     
    6262#include "G4Gamma.hh"
    6363#include "G4Electron.hh"
     64#include "G4VEMDataSet.hh"
    6465
    6566//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
     
    127128  shellCrossSectionHandler->LoadShellData(crossSectionFile);
    128129  //This is used to retrieve cross section values later on
    129   crossSectionHandler->BuildMeanFreePathForMaterials();
     130  G4VEMDataSet* emdata =
     131    crossSectionHandler->BuildMeanFreePathForMaterials();
     132  //The method BuildMeanFreePathForMaterials() is required here only to force
     133  //the building of an internal table: the output pointer can be deleted
     134  delete emdata;
    130135
    131136  if (verboseLevel > 2)
Note: See TracChangeset for help on using the changeset viewer.