FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev62/devrich.h

00001 /***************************************************************************
00002                           devrich.cpp  -  description
00003                              -------------------
00004     copyright            :2011 by Giuseppe Pierazzini
00005   ***************************************************************************
00006   *                                                                         *
00007   *   NA48  simulation program.                                             *
00008   *                                                                         *
00009   ***************************************************************************/
00010 
00011 
00012 
00013 #ifndef DEVRICH_H
00014 #define DEVRICH_H
00015 
00016 #include "devcrn.h"
00017 
00018 class DevRich : public DevCrn
00019 {
00020 
00021 public:
00022     DevRich();
00023 
00024     ~DevRich();
00025     virtual int SimulaDev();
00026 };
00027 
00028 
00029 #if defined(MAIN)
00030 DevRich *Rich=0;
00031 #else
00032 extern DevRich *Rich;
00033 #endif
00034 
00035 
00036 
00037 
00038 
00039 #endif // DEVRICH_H
00040 
00041 
00042 
00043 
00044 
00045 
00046 
 All Classes Namespaces Files Functions Variables