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/include/G4BraggNoDeltaModel.hh

    r961 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BraggNoDeltaModel.hh,v 1.7 2009/02/20 16:38:33 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4BraggNoDeltaModel.hh,v 1.6 2006/06/29 19:32:16 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    6868                                        G4double cutEnergy);
    6969
    70   virtual G4double CrossSectionPerVolume(const G4Material*,
     70  virtual G4double ComputeCrossSectionPerElectron(
    7171                                         const G4ParticleDefinition*,
    7272                                         G4double kineticEnergy,
    7373                                         G4double cutEnergy,
    7474                                         G4double maxEnergy);
     75
    7576private:
    7677
     
    8384//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    8485
     86inline G4double G4BraggNoDeltaModel::ComputeDEDXPerVolume(
     87                            const G4Material* material,
     88                            const G4ParticleDefinition* pd,
     89                            G4double kinEnergy, G4double)
     90{
     91  G4double dedx = G4BraggIonModel::ComputeDEDXPerVolume(material, pd, kinEnergy, DBL_MAX);
     92  return dedx;
     93}
     94
     95inline G4double G4BraggNoDeltaModel::ComputeCrossSectionPerElectron(
     96                            const G4ParticleDefinition*,
     97                            G4double, G4double, G4double)
     98{
     99  return 0.0;
     100}
     101
     102//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
     103
    85104#endif
Note: See TracChangeset for help on using the changeset viewer.