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

ReaKpd Class Reference

#include <reakpd.h>

Inheritance diagram for ReaKpd:
Reazione

List of all members.

Public Member Functions

double Produci ()

Detailed Description

decay K+ beam production

Author:
GmP

Definition at line 15 of file reakpd.h.


Member Function Documentation

double ReaKpd::Produci ( ) [virtual]

Produzione da proton di Kp

Reimplemented from Reazione.

Definition at line 270 of file reaprod.cpp.

{
  double A=0.16, B=8.5, C=3.0;

  //  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