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

    r968 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4hBremsstrahlung.cc,v 1.4 2009/02/20 16:38:33 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4hBremsstrahlung.cc,v 1.3 2008/10/16 14:29:48 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    7272//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    7373
    74 G4bool G4hBremsstrahlung::IsApplicable(const G4ParticleDefinition& p)
    75 {
    76   return (p.GetPDGCharge() != 0.0 && p.GetPDGMass() > 110.0*MeV);
    77 }
    78 
    79 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    80 
    81 G4double G4hBremsstrahlung::MinPrimaryEnergy(const G4ParticleDefinition*,
    82                                              const G4Material*,
    83                                              G4double)
    84 {
    85   return lowestKinEnergy;
    86 }
    87 
    88 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    89 
    9074void G4hBremsstrahlung::InitialiseEnergyLossProcess(
    9175                                 const G4ParticleDefinition* part,
Note: See TracChangeset for help on using the changeset viewer.