|
FlyoDoc_2011 Pisa 2011 by GmP --- 011
|
#include <reapb.h>
Public Member Functions | |
| virtual double | Produci () |
| double ReaPb::Produci | ( | ) | [virtual] |
Produzione da proton di proton
Reimplemented from Reazione.
Definition at line 404 of file reaprod.cpp.
{
double A=0.14, C=3.5;
gvet vtet= Vbeam&Vinc_ppp; vtet.Norma();
double tetq= asin ( vtet.norma );tetq*=tetq;
double a=0.4*log ( ppb/inc_pinc );
double b= - C*ppb*ppb*tetq;
return ( A* ppb*exp ( a+b ) );
}