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/G4FinalStateProduct.cc

    r961 r991  
    2525//
    2626//
    27 // $Id: G4FinalStateProduct.cc,v 1.6 2009/01/20 07:50:28 sincerti Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4FinalStateProduct.cc,v 1.5 2007/11/09 20:11:04 pia Exp $
     28// GEANT4 tag $Name: geant4-09-02 $
    2929//
    3030// Contact Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
     
    5353#include "G4ThreeVector.hh"
    5454
    55 G4FinalStateProduct::G4FinalStateProduct() : killStatus(false), doNotDepositStatus(false), isModified(false), localEnergyDeposit(0.), modifiedEnergy(0)
     55G4FinalStateProduct::G4FinalStateProduct() : killStatus(false), isModified(false), localEnergyDeposit(0.), modifiedEnergy(0)
    5656{
    5757  // empty
     
    6868  // Reset object status
    6969  killStatus = false;
    70   doNotDepositStatus = false;
    7170  isModified = false;
    7271  localEnergyDeposit = 0.;
     
    9998}
    10099 
    101 void G4FinalStateProduct::DoNotDepositEnergy()
    102 {
    103   doNotDepositStatus = true;
    104 }
    105 
    106100void G4FinalStateProduct::KillPrimaryParticle()
    107101{
    108  
    109102  // ---- MGP ---- To be added: Handle local energy deposit here
    110103  killStatus = true;
Note: See TracChangeset for help on using the changeset viewer.