/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #ifndef GENERAL_MUON_TAG_H 00002 #define GENERAL_MUON_TAG_H 00003 00004 #include "FanCycler/IFanTagBase.h" 00005 #include "LafKernel/ToolBase.h" 00006 00007 class GeneralMuonTag : public IFanTagBase, public ToolBase 00008 { 00009 public : 00010 00011 GeneralMuonTag(const std::string& name); 00012 virtual ~GeneralMuonTag() {} 00013 00014 virtual bool tag(PhyEventBuf* buf); 00015 00016 private : 00017 00018 double m_window; 00019 }; 00020 00021 #endif