Ignore:
Timestamp:
Nov 19, 2009, 2:53:25 PM (15 years ago)
Author:
garnier
Message:

update par rapport a CVS

File:
1 edited

Legend:

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

    r1055 r1192  
    2424// ********************************************************************
    2525//
    26 // $Id: G4LivermorePhotoElectricModel.cc,v 1.7 2009/04/18 18:29:34 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4LivermorePhotoElectricModel.cc,v 1.9 2009/10/23 09:31:03 pandola Exp $
     27// GEANT4 tag $Name: emlowen-V09-02-64 $
    2828//
    2929//
     
    4040//                  - added protection against numerical problem in energy sampling
    4141//                  - use G4ElementSelector
     42// 23 Oct 2009   L Pandola
     43//                  - atomic deexcitation managed via G4VEmModel::DeexcitationFlag() is
     44//                    set as "true" (default would be false)
     45//
    4246
    4347#include "G4LivermorePhotoElectricModel.hh"
     
    5963  SetHighEnergyLimit(highEnergyLimit);
    6064
     65  //Set atomic deexcitation by default
     66  SetDeexcitationFlag(true);
    6167  ActivateAuger(false);
    6268   
Note: See TracChangeset for help on using the changeset viewer.