gibuu is hosted by Hepforge, IPPP Durham
GiBUU

TABLE OF CONTENTS


/rhoWidthMedium_tables [ Modules ]

[ Top ] [ Modules ]

NAME

module rhoWidthMedium_tables

PURPOSE

Implements the routines for the medium width of the rho-meson at finite density and temperature


rhoWidthMedium_tables/get_GammaColl_rho [ Functions ]

[ Top ] [ rhoWidthMedium_tables ] [ Functions ]

NAME

function get_GammaColl_rho(mass,p,med) result(GammaColl)

PURPOSE

  • Returns the collisonal width of rho-meson in its rest frame according to GammaColl=sigma*rho*v * gamma_Lor
  • An average over the Fermi distribution at finite temperature is performed
  • Sigma is given by the actual full collision term, with the incoming particles in the vacuum

INPUTS

  • real, intent(in) :: mass --- off-shell mass of meson (GeV)
  • real, intent(in) :: p --- absolute Momentum in LRF (GeV/c)
  • type(medium), intent(in) :: med --- medium information

OUTPUT


rhoWidthMedium_tables/readTable [ Subroutines ]

[ Top ] [ rhoWidthMedium_tables ] [ Subroutines ]

NAME

subroutine readTable(fileName_in)

INPUTS

  • character(*), optional :: fileName_in --- name of input bz2-file

PURPOSE

  • Reads tabulated array widthTable(index_mass,index_p,index_dens,index_temp) from file buuinput/inMediumWidth/GammaColl.103.dat.bz2 or from file 'fileName_in'


rhoWidthMedium_tables/writeTable [ Subroutines ]

[ Top ] [ rhoWidthMedium_tables ] [ Subroutines ]

NAME

subroutine writeTable

PURPOSE

  • Writes tabulated array widthTable(index_mass,index_p,index_dens,index_temp) to the file GammaColl.103.dat.bz2