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

ReaKmd Class Reference

#include <reakmd.h>

Inheritance diagram for ReaKmd:
Reazione

List of all members.

Public Member Functions

virtual double Produci ()

Detailed Description

decay K- production

Definition at line 16 of file reakmd.h.


Member Function Documentation

double ReaKmd::Produci ( ) [virtual]

Produzione da proton di Km

Reimplemented from Reazione.

Definition at line 293 of file reaprod.cpp.

{
  double A=.1, B=13.0, C=3.5;
  //  vedi articolo
  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