CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h

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