FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_uti/fase3max.h

00001 /***************************************************************************
00002  *   Copyright (C) 2009 by giuseppe Pierazzini                                      *
00003  *   giuseppe@pierazzini.it                                                               *
00004  *                                                                         *
00005  *                                                                         *
00006  *   This program is distributed in the hope that it will be useful,       *
00007  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00008  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                  *
00009  *                                                                         *
00010  *  Dipartimento di Fisica  E.Fermi / INFN Pisa Italy                      *
00011  ***************************************************************************/
00012 
00013 #ifndef FASE3MAX_H
00014 #define FASE3MAX_H
00015 
00021 class Fase3Max
00022 {
00023     private:
00024      int id;
00025      int p0,p1,p2,p3,p4,p5;  //vale fino a decadimenti di 5 particelle
00026      double Wmax;
00027   public:
00028     Fase3Max *up,*next;
00029     Fase3Max (int *p,double wfx);
00030     ~Fase3Max(){};
00031     double Get_Wmax( int *p);
00032     void  Set_Wmax( int *p,double wfx);
00033 
00034     void Info();
00035 
00036 
00037 
00038 };
00039 
00040 
00041 #endif
00042 #if defined(FASE)
00043 Fase3Max *Fasemx=0;
00044 #endif
00045 #if !defined(FASE)
00046 extern Fase3Max *Fasemx;
00047 #endif
 All Classes Namespaces Files Functions Variables