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

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