MCrystalMap.hh

Go to the documentation of this file.
00001 #ifndef _M_CHANNELMAP_HH_
00002 #define _M_CHANNELMAP_HH_
00003 
00067 #include "QModule.hh"
00068 
00069 class MCrystalMap : public QModule {
00070 
00071     public:
00073         MCrystalMap(QSequence* s);
00074 
00076         ~MCrystalMap();
00077 
00079         void Init();
00080 
00082         QEvent* Do(QEvent* ev);
00083 
00085         void Done();
00086     private:
00087         std::map<int,int> fThermistorRanking;
00088 
00089 };
00090 
00091 #endif
00092 

Generated on Tue Nov 16 10:49:57 2010 for CUORE Software by  doxygen 1.5.6