FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_ana/anakpip0.h

00001 /***************************************************************************
00002                           anakpip0.h  -  description
00003                              -------------------
00004    GMP 27-11-2010
00005  ***************************************************************************/
00006 
00007 #ifndef ANAKPIP0_H
00008 #define ANAKPIP0_H
00009 
00010 
00011 #include "analisi.h"
00012 
00013 
00019 class AnaKpip0:public Analisi
00020 {
00021    double mas_Kp, mas_pip, mas_pi0;
00022 
00023 public:
00024     int ntrk;
00025     qvet  Pkin, Ppi, Ppi0;
00026 
00027     int good;
00028     float charge,chisq,pmis,masmis, ppip;
00029 
00030 
00031     AnaKpip0();
00032     ~AnaKpip0();
00033 //   int count_call,getta_en,getta_tau,getta_ch;
00034 //   int getta_fit,count_wnt;
00035     int Fisica();
00036     void print_scale();
00037     int Vertice();
00038 //
00039 
00040 
00041 //--- root/paw interface--------
00042 
00043 
00044 };
00045 
00046 #endif
 All Classes Namespaces Files Functions Variables