8#include "GaudiKernel/Incident.h"
9#include "GaudiKernel/IIncidentSvc.h"
22 const std::string& name,
23 const IInterface* parent )
27 declareInterface<TrigMatchTool>(
this);
44 ATH_MSG_INFO(
"Successfully retrieved the TrigDecisionTool!" );
50 p_incSvc->addListener(
this,
"EndEvent" );
52 return StatusCode::SUCCESS;
61std::vector<std::string>
65 return std::vector<std::string>();
83 if (inc.type() ==
"EndEvent") {
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
HLT chain configuration information.
const std::string & lower_chain_name() const