Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4INCLDeuteronDensity.cc File Reference

Deuteron density in r and p according to the Paris potential. More...

#include "globals.hh"
#include "G4INCLDeuteronDensity.hh"
#include "G4INCLGlobals.hh"
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  G4INCL
 
namespace  G4INCL::DeuteronDensity
 Static class for the deuteron density.
 

Macros

#define INCLXX_IN_GEANT4_MODE   1
 

Functions

G4double G4INCL::DeuteronDensity::densityR (const G4double r)
 PDF for a nucleon in r space.
 
G4double G4INCL::DeuteronDensity::derivDensityR (const G4double r)
 First derivative of the r-space density function.
 
G4double G4INCL::DeuteronDensity::densityP (const G4double p)
 PDF for a nucleon in p space.
 
G4double G4INCL::DeuteronDensity::wavefunctionR (const G4int l, const G4double r)
 
G4double G4INCL::DeuteronDensity::derivWavefunctionR (const G4int l, const G4double r)
 
G4double G4INCL::DeuteronDensity::wavefunctionP (const G4int l, const G4double p)
 

Detailed Description

Deuteron density in r and p according to the Paris potential.

Date
6 March 2012
Author
Davide Mancusi

Definition in file G4INCLDeuteronDensity.cc.

Macro Definition Documentation

◆ INCLXX_IN_GEANT4_MODE

#define INCLXX_IN_GEANT4_MODE   1

Definition at line 34 of file G4INCLDeuteronDensity.cc.