|
FlyoDoc_2011 Pisa 2011 by GmP --- 011
|
#include <reaeleb.h>
Public Member Functions | |
| virtual double | Produci () |
| double ReaEleb::Produci | ( | ) | [virtual] |
Produzione da protone di e-,e+
Reimplemented from Reazione.
Definition at line 386 of file reaprod.cpp.
{
double A=40.,B=50., C=5.;
gvet vtet= Vbeam&Vinc_ppp; vtet.Norma();
double tetq= asin ( vtet.norma );tetq*=tetq;
double a=2.- ( ppb-B ) *.05;if ( a<0. ) a=0.; // spettro lineare
double b= - C*ppb*ppb*tetq;
return ( A*a*exp ( b ) /inc_pinc );
// return 1. ;
}