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

ReaPi0d Class Reference

#include <reapi0d.h>

Inheritance diagram for ReaPi0d:
Reazione

List of all members.

Public Member Functions

virtual double Produci ()

Detailed Description

beam Pi0 beam prodution

Author:

Definition at line 16 of file reapi0d.h.


Member Function Documentation

double ReaPi0d::Produci ( ) [virtual]

Produzione da protone di pio neutro

Reimplemented from Reazione.

Definition at line 369 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