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

ReaPb Class Reference

#include <reapb.h>

Inheritance diagram for ReaPb:
Reazione

List of all members.

Public Member Functions

virtual double Produci ()

Detailed Description

beam Proton beam prodution

Author:
GmP

Definition at line 17 of file reapb.h.


Member Function Documentation

double ReaPb::Produci ( ) [virtual]

Produzione da proton di proton

Reimplemented from Reazione.

Definition at line 404 of file reaprod.cpp.

{
  double A=0.14, C=3.5;
  gvet vtet= Vbeam&Vinc_ppp; vtet.Norma();
  double  tetq= asin ( vtet.norma );tetq*=tetq;
  double a=0.4*log ( ppb/inc_pinc );
  double b= - C*ppb*ppb*tetq;
  return ( A* ppb*exp ( a+b ) );
}

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