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/highenergy/src/G4BetheBlochNoDeltaModel.cc

    r961 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BetheBlochNoDeltaModel.cc,v 1.4 2009/02/20 16:38:33 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4BetheBlochNoDeltaModel.cc,v 1.3 2006/06/29 19:32:36 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    5858{}
    5959
    60 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    61 
    6260G4BetheBlochNoDeltaModel::~G4BetheBlochNoDeltaModel()
    6361{}
     
    6563//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    6664
    67 G4double G4BetheBlochNoDeltaModel::ComputeDEDXPerVolume(
    68                             const G4Material* material,
    69                             const G4ParticleDefinition* pd,
    70                             G4double kinEnergy, G4double)
    71 {
    72   return
    73     G4BetheBlochModel::ComputeDEDXPerVolume(material, pd, kinEnergy, DBL_MAX);
    74 }
    7565
    76 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    77 
    78 G4double G4BetheBlochNoDeltaModel::CrossSectionPerVolume(
    79                     const G4Material*,const G4ParticleDefinition*,
    80                     G4double, G4double, G4double)
    81 {
    82   return 0.0;
    83 }
    84 
    85 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    86 
    87 
Note: See TracChangeset for help on using the changeset viewer.