Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/optical/src/G4OpBoundaryProcess.cc

    r1315 r1337  
    232232                theStatus = NoRINDEX;
    233233                if ( verboseLevel > 0) BoundaryProcessVerbose();
     234                aParticleChange.ProposeLocalEnergyDeposit(thePhotonMomentum);
    234235                aParticleChange.ProposeTrackStatus(fStopAndKill);
    235236                return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep);
     
    242243                theStatus = NoRINDEX;
    243244                if ( verboseLevel > 0) BoundaryProcessVerbose();
     245                aParticleChange.ProposeLocalEnergyDeposit(thePhotonMomentum);
    244246                aParticleChange.ProposeTrackStatus(fStopAndKill);
    245247                return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep);
     
    311313                     theStatus = NoRINDEX;
    312314                     if ( verboseLevel > 0) BoundaryProcessVerbose();
     315                     aParticleChange.ProposeLocalEnergyDeposit(thePhotonMomentum);
    313316                     aParticleChange.ProposeTrackStatus(fStopAndKill);
    314317                     return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep);
     
    375378           else if (theFinish == polishedbackpainted ||
    376379                    theFinish == groundbackpainted ) {
     380                      aParticleChange.ProposeLocalEnergyDeposit(thePhotonMomentum);
    377381                      aParticleChange.ProposeTrackStatus(fStopAndKill);
    378382                      return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep);
     
    398402                 theStatus = NoRINDEX;
    399403                 if ( verboseLevel > 0) BoundaryProcessVerbose();
     404                 aParticleChange.ProposeLocalEnergyDeposit(thePhotonMomentum);
    400405                 aParticleChange.ProposeTrackStatus(fStopAndKill);
    401406                 return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep);
Note: See TracChangeset for help on using the changeset viewer.