FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev/devflt.h

00001 /***************************************************************************
00002                           devflt  -  description
00003                              -------------------
00004     begin                : Sun Aug 15 2004
00005     copyright            : (C) 2004 by gmp
00006     email                : peppe@newpeppe
00007  ***************************************************************************/
00008 #ifndef DEVFLT_H
00009 #define DEVFLT_H
00010 
00011 #include <devrtcl.h>
00012 
00017 class DevFlt : public DevRtCl
00018 {
00019 
00020 protected:
00021   gvet B,X,XIN,PIN,VSIN,Puls,KIK,Pvers,Dvers ;
00022   
00023 //  public:
00024   int iter_mag;
00025   double step, dse,path, rho,freestep,vol_max,cam_max;
00026    
00027 
00028 public:
00029     DevFlt();
00030 
00031     ~DevFlt();
00032     
00033   double Get_CamMag();
00034   virtual int Traccia(Particella *);
00035   virtual void  Prgeom();        
00036 
00037 };
00038 
00039 #endif
 All Classes Namespaces Files Functions Variables