|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef TRIGOBJECTMATCHING_TRIGMATCHTOOL_H
9 #define TRIGOBJECTMATCHING_TRIGMATCHTOOL_H
13 #include "GaudiKernel/ToolHandle.h"
14 #include "GaudiKernel/IIncidentListener.h"
24 static const InterfaceID IID_TrigMatchTool(
"TrigMatchTool", 1, 0);
33 virtual public IIncidentListener {
37 const std::string&
name,
38 const IInterface*
parent );
41 return IID_TrigMatchTool;
48 virtual void warning(
const std::string&
w )
const override {
58 virtual void handle(
const Incident& inc )
override;
81 #endif // TRIGOBJECTMATCHING_TRIGMATCHTOOL_H
::StatusCode StatusCode
StatusCode definition for legacy code.