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

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/utils/src/G4EnergyLossTables.cc

    r819 r961  
    2525//
    2626//
    27 // $Id: G4EnergyLossTables.cc,v 1.33 2006/06/29 19:55:09 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4EnergyLossTables.cc,v 1.34 2008/07/08 10:57:22 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// -------------------------------------------------------------------
     
    998998//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
    999999
    1000 void G4EnergyLossTables::ParticleHaveNoLoss(const G4ParticleDefinition* aParticle, const G4String& q)
    1001 {
    1002   G4String s = "G4EnergyLossTables:: " + q + " table not found for "
    1003              + aParticle->GetParticleName() + "!";
    1004   G4Exception(s);
    1005   exit(1);
    1006 }
    1007 
    1008 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     1000void G4EnergyLossTables::ParticleHaveNoLoss(const G4ParticleDefinition* aParticle,
     1001                                            const G4String& q)
     1002{
     1003  G4String s = " " + q + " table not found for "
     1004             + aParticle->GetParticleName() + " !";
     1005  G4Exception("G4EnergyLossTables::ParticleHaveNoLoss", "EM01",
     1006              FatalException, s);
     1007}
     1008
     1009//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
Note: See TracChangeset for help on using the changeset viewer.