CMS 3D CMS Logo

EmptyWord.h

Go to the documentation of this file.
00001 #ifndef EventFilter_RPCRawToDigi_EmptyWord_H
00002 #define EventFilter_RPCRawToDigi_EmptyWord_H
00003 
00004 #include "EventFilter/RPCRawToDigi/interface/DataRecord.h"
00005 #include <string>
00006 
00007 namespace rpcrawtodigi{
00008 class EmptyWord : public DataRecord {
00009 private:
00010   static const int  EW_TYPE = 0xE800;
00011 public:
00012   EmptyWord() : DataRecord(EW_TYPE) {}
00013   virtual ~EmptyWord(){}
00014   std::string print()  const { return " EMPTY "; }
00015   static bool matchType(const DataRecord & record) { return record.data()==EW_TYPE; }
00016 };
00017 }
00018 #endif 

Generated on Tue Jun 9 17:34:46 2009 for CMSSW by  doxygen 1.5.4