gibuu is hosted by Hepforge, IPPP Durham
GiBUU

TABLE OF CONTENTS


/shadowing [ Modules ]

[ Top ] [ Modules ]

NAME

module shadowing

PURPOSE

This module provides the calculation of shadowing for the vector meson components of a (high energetic) virtual photon: The couplings are rescaled...

(cf. Th.Falter, PhD thesis)


shadowing/AeffCalc [ Subroutines ]

[ Top ] [ shadowing ] [ Subroutines ]

NAME

real(4) function AeffCalc(targetNuc,position,egamma,qsq2)

PURPOSE

calculate shadowing factor R_V for vector meson components:

   e^2/g_V^2 -> e^2/g_V^2* R_V

INPUTS

OUTPUT

  • real,dimension(4) :: shadfac -- the shadowing factors for rho0, omega, phi, J/psi

NOTES

  • cf. PyVP[ScaleVMD]: Pythia stores the inverse of the couplings, therefore f_V^2/4pi -> f_V^2/4pi / shadfac
  • cf. Th.Falter, PhD thesis, p.88ff, p117ff
  • the underlying assumptions seem not to hold for small A (i.e. He): assumption (5.13) is not very important; assumption (5.11) not tested!


shadowing/pathint [ Functions ]

[ Top ] [ shadowing ] [ Functions ]

NAME

real function pathint(targetNuc,r,cost,zprime)

PURPOSE

calculates \int_{z'}^z\rho(\vec b,z'')dz'' with z=r*cos(\theta)

INPUTS

OUTPUT

  • function value -- as given


pathint/inipath [ Subroutines ]

[ Top ] [ pathint ] [ Subroutines ]

NAME

subroutine inipath

PURPOSE

Initialise pathint

NOTES