/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #ifndef I_FAN_TAGBASE_H 00002 #define I_FAN_TAGBASE_H 00003 00004 #include "LafKernel/PhyEventBuf.h" 00005 00006 class IFanTagBase 00007 { 00008 public: 00009 00010 virtual ~IFanTagBase(){} 00011 virtual bool tag(PhyEventBuf* buf) = 0; 00012 00013 protected : 00014 00015 bool m_veto; 00016 }; 00017 00018 #endif //I_FAN_TAGBASE_H