FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev62/devgtk.h

00001 /***************************************************************************
00002  *   Copyright (C) 2005 by Giuseppe Pierazzini          Pisa 2005/2011     *
00003  *   pierazzini@unipi.it                                                   *
00004  *                                     F l y o                             *
00005  *   Epsi/NA62                                                             *
00006  ***************************************************************************/
00007 #ifndef DEVGTK_H
00008 #define DEVGTK_H
00009 
00010 #include <devrt.h>
00011 
00012 
00028 class DevGtk : public DevRt
00029 {
00030   
00031 public:
00032     DevGtk ();
00033     ~DevGtk();
00034 // Variables
00035     // Methods  old Rencostruct...
00036    void  DataSmear();
00037    int SimulaDev();
00038    double Get_Res(){return ParGTTRes;};
00039 
00040 private:
00041 
00042     // Some constants
00043     static const int MAXHIT;
00044     static const double ParGTX,ParGTY,ParGTPSize,ParGTDX,ParGTIneff,ParGTTRes,ParGTTBinSize;
00045 };
00046 
00047 
00048 #if defined(MAIN)
00049 DevGtk *giga1=0,*giga2=0,*giga3=0; 
00050 #else
00051 extern DevGtk *giga1,*giga2,*giga3;
00052 #endif
00053 
00054 
00055 
00056 
00057 
00058 
00059 
00060 #endif
 All Classes Namespaces Files Functions Variables