FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_ana/anakpovv.h

00001 /***************************************************************************
00002  *   Copyright (C) 2005 by Giuseppe Pierazzini          Pisa 05.09.05      *
00003  *   pierazzini@unipi.it                                                   * 
00004  *                                     F l y o                             *
00005  *   Epsi/NA48                                                             *
00006  ***************************************************************************/
00007 #ifndef ANAKPOVV_H
00008 #define ANAKPOVV_H
00009 
00010 #include <analisi.h>
00011 
00018 class AnaKpovv : public Analisi
00019 {
00020 public:
00021     AnaKpovv();
00022     ~AnaKpovv();
00023     int Fisica();
00024  void print_scale();
00025 
00026 //root/paw interfaccia...
00027   int np;
00028   float xpw[8],ypw[8],zpw[8],epw[8];
00029   float cogx,cogy,cog;
00030 
00031 // vedere la procedura simile  AnaKpivv.h e AnaKpivv.cpp ....
00032 
00033 
00034 };
00035 
00036 #endif
 All Classes Namespaces Files Functions Variables