CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.h

Go to the documentation of this file.
00001 #ifndef DTTDCErrorNotifier_h
00002 #define DTTDCErrorNotifier_h
00003 
00011 #include <EventFilter/DTRawToDigi/interface/DTDDUWords.h>
00012 //class DTTDCErrorWord;
00013 
00014 class DTTDCErrorNotifier {
00015 
00016 public:
00017   
00019   DTTDCErrorNotifier(DTTDCErrorWord error ); 
00020 
00022   virtual ~DTTDCErrorNotifier(); 
00023 
00025   void print(); 
00026 
00027   // >>> FIXME: Other methods to notify? to whom?
00028 
00029 private:
00030 
00031   DTTDCErrorWord error_;
00032 
00033 };
00034 
00035 #endif