/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #ifndef RPCNOISETAG_H 00002 #define RPCNOISETAG_H 00003 00004 #include "SelCycler/ITagBase.h" 00005 00006 class RpcNoiseTag : public ITagBase 00007 { 00008 public: 00009 RpcNoiseTag(const std::string& name); 00010 virtual ~RpcNoiseTag(){} 00011 virtual bool tag(PhyEvent* event); 00012 00013 }; 00014 00015 #endif //RPCNOISETAG_H