]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ISAJET/code/fbrbm.F
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / ISAJET / code / fbrbm.F
CommitLineData
0795afa3 1#include "isajet/pilot.h"
2 REAL FUNCTION FBRBM(X)
3C
4C Integrand for convolution of
5C bremsstrahlung with beamstrahlung spectra
6C
7#if defined(CERNLIB_IMPNONE)
8 IMPLICIT NONE
9#endif
10#include "isajet/brembm.inc"
11C
12 REAL EBEAM,ESTRUC,X
13C
14 FBRBM=EBEAM(X,EB)*ESTRUC(XMIN/X,QSQBM)/X
15 RETURN
16 END