Ignore:
Timestamp:
Apr 17, 2009, 12:17:14 PM (15 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

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

    r961 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4FinalStateChargeDecrease.cc,v 1.4 2009/01/20 07:50:28 sincerti Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4FinalStateChargeDecrease.cc,v 1.3 2008/07/14 20:47:34 sincerti Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828
    2929#include "G4FinalStateChargeDecrease.hh"
     
    7070  }
    7171 
    72   //SI - Added protection against total energy deposit
    73   product.DoNotDepositEnergy();
    74   //
    7572  product.KillPrimaryParticle();
    76 
    7773  product.AddEnergyDeposit(waterBindingEnergy);
    78 
     74 
    7975  G4DynamicParticle* aSecondary = new G4DynamicParticle(OutgoingParticleDefinition(definition, finalStateIndex),
    8076                                                        track.GetDynamicParticle()->GetMomentumDirection(),
Note: See TracChangeset for help on using the changeset viewer.