Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (14 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/body/include/G4QNucleus.hh

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4QNucleus.hh,v 1.45 2009/08/31 11:21:48 mkossov Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4QNucleus.hh,v 1.46 2009/12/16 17:51:01 gunter Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//      ---------------- G4QNucleus ----------------
     
    9191  G4double GetRelativeDensity(const G4ThreeVector& aPosition); // Densyty/rho0
    9292  G4double GetRelWSDensity(const G4double& r)       // Wood-Saxon rho/rho0(r)
    93                                         {return 1./(1.+exp((r-radius)/WoodSaxonSurf));}   
    94   G4double GetRelOMDensity(const G4double& r2){return exp(-r2/radius);} // OscModelRelDens
     93                                        {return 1./(1.+std::exp((r-radius)/WoodSaxonSurf));}   
     94  G4double GetRelOMDensity(const G4double& r2){return std::exp(-r2/radius);} // OscModelRelDens
    9595  G4double GetRadius(const G4double maxRelativeDenisty=0.5); // Radius of %ofDensity
    9696  G4double GetOuterRadius();                        // Get radius of the most far nucleon
Note: See TracChangeset for help on using the changeset viewer.