Ignore:
Timestamp:
Apr 20, 2009, 4:53:50 PM (15 years ago)
Author:
garnier
Message:

fichier oublies

File:
1 edited

Legend:

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

    r991 r1005  
    2424// ********************************************************************
    2525//
    26 // $Id: G4FinalStateChargeIncrease.cc,v 1.3 2008/07/14 20:47:34 sincerti Exp $
    27 // GEANT4 tag $Name: geant4-09-02 $
     26// $Id: G4FinalStateChargeIncrease.cc,v 1.4 2009/01/20 07:50:28 sincerti Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828
    2929#include "G4FinalStateChargeIncrease.hh"
     
    4848  product.Clear();
    4949
     50  //SI - Added protection against total energy deposit
     51  product.DoNotDepositEnergy();
     52  //
    5053  product.KillPrimaryParticle();
    5154  product.AddEnergyDeposit(0.);
     55
    5256  G4ParticleDefinition* definition = track.GetDefinition();
    5357 
Note: See TracChangeset for help on using the changeset viewer.