FlyoDoc_2011 Pisa 2011 by GmP --- 011
Public Member Functions

Reapmd Class Reference

#include <reapmd.h>

Inheritance diagram for Reapmd:
Reazione Reamumd

List of all members.

Public Member Functions

virtual double Produci ()

Detailed Description

beam pi- beam production

Author:
GmP

Definition at line 17 of file reapmd.h.


Member Function Documentation

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 );
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables