4#include "GaudiKernel/Algorithm.h"
10 EventFilter(
const std::string& name, ISvcLocator* pSvcLocator);
16 static const std::string&
getName() {
return m_type;};
17 static long unsigned getNEvt() {
return m_nTotalEvent;};
18 static long unsigned getNPass() {
return m_npass;};
24 static std::string m_type;
25 static long unsigned m_nTotalEvent;
26 static long unsigned m_npass;
27 static bool m_efResult;
31 std::vector<std::string> m_chn;
static long unsigned getNEvt()
static long unsigned getNPass()
static const std::string & getName()