FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev/devfluka.h

00001 /***************************************************************************
00002  *   Copyright (C) 2005 by Giuseppe Pierazzini          Pisa 05.09.05      *
00003  *   Aggiornamento  by Giuseppe Pierazzini              Pisa 7.11.09       *
00004  *   pierazzini@unipi.it                                                   *
00005  *                                     F l y o                             *
00006  *   Epsi/NA48                                                             *
00007  ***************************************************************************/
00008 #ifndef DEVFLUKA_H
00009 #define DEVFLUKA_H
00010 #include "reagas.h"
00011 #include <devcrn.h>
00012 
00013 //using namespace std;
00014 
00015 
00024 class DevFluka :public DevCrn
00025 {
00026   protected:
00027     double Lato_z,zintgas;
00028   
00029   public:
00030     DevFluka();
00031     ~DevFluka() {};
00032      int Traccia ( Particella * );
00033     virtual void  Prgeom();
00034 
00035 };
00036 
00037 
00038 #endif
 All Classes Namespaces Files Functions Variables