FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev62/devlav.h

00001 /***************************************************************************
00002  *   Copyright (C) 2009 by giuseppe Pierazzini                                      *
00003  *   giuseppe@pierazzini.it                                                               *
00004  *                                                                         *
00005  *                                                                         *
00006  *   This program is distributed in the hope that it will be useful,       *
00007  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00008  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                  *
00009  *                                                                         *
00010  *  Dipartimento di Fisica  E.Fermi / INFN Pisa Italy                      *
00011  ***************************************************************************/
00012 #ifndef DEVLAV_H
00013 #define DEVLAV_H
00014 
00015 #include <devcrn.h>
00016 
00017 //using namespace std;
00018 
00023 class DevLav : public DevCrn
00024 {
00025 
00026 public:
00027     DevLav();
00028 
00029     ~DevLav();
00030     virtual int SimulaDev();
00031     int Eff_Neutron( const char *,qvet );
00032      virtual int Get_Structinfo();
00033  
00034     
00035 };
00036 
00037 #if defined(MAIN)
00038 DevLav *anti[12]={0,0,0,0,0,0,0,0,0,0,0,0};
00039 #else
00040 extern DevLav *anti[12];
00041 
00042 #endif
00043 
00044 
00045 #endif
 All Classes Namespaces Files Functions Variables