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

Reappd Class Reference

#include <reappd.h>

Inheritance diagram for Reappd:
Reazione Reamupd

List of all members.

Public Member Functions

virtual double Produci ()

Detailed Description

beam pi+ beam production

Author:
GmP

Definition at line 16 of file reappd.h.


Member Function Documentation

double Reappd::Produci ( ) [virtual]

Produzione da proton di pio+

Reimplemented from Reazione.

Definition at line 312 of file reaprod.cpp.

{
  double A=.8, B=11.5, C=5.0;
  gvet vtet= Vbeam&Vinc_ppp; vtet.Norma();
  double  tetq= asin ( vtet.norma );tetq*=tetq;
  double c1= ( B/inc_pinc ) *exp ( -B*ppb/inc_pinc );
  double c2= ( C*ppb*ppb/PiGreco ) *exp ( -C*ppb*ppb*tetq );
  return ( A*c1*c2 );

}

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