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

    r968 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4ee2KNeutralModel.cc,v 1.2 2009/02/20 16:38:33 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4ee2KNeutralModel.cc,v 1.1 2008/07/10 18:07:27 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    7575//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    7676
    77 G4double G4ee2KNeutralModel::ThresholdEnergy() const
    78 {
    79   return 2.0*massK;
    80 }
    81 
    82 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    83 
    84 G4double G4ee2KNeutralModel::PeakEnergy() const
    85 {
    86   return massPhi;
    87 }
    88 
    89 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    90 
    91 G4double G4ee2KNeutralModel::ComputeCrossSection(G4double e) const
    92 {
    93   G4double ee = std::min(HighEnergy(),e);
    94   return cross->CrossSection2Kneutral(ee);
    95 }
    96 
    97 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    98 
    9977G4PhysicsVector* G4ee2KNeutralModel::PhysicsVector(G4double emin,
    10078                                                   G4double emax) const
Note: See TracChangeset for help on using the changeset viewer.