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