|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #include "GaudiKernel/Incident.h"
9 #include "GaudiKernel/IIncidentSvc.h"
22 const std::string&
name,
25 m_trigDecisionTool(
"Trig::TrigDecisionTool/TrigDecisionTool" ) {
27 declareInterface<TrigMatchTool>(
this);
44 ATH_MSG_INFO(
"Successfully retrieved the TrigDecisionTool!" );
50 p_incSvc->addListener(
this,
"EndEvent" );
52 return StatusCode::SUCCESS;
61 std::vector<std::string>
65 return std::vector<std::string>();
83 if (inc.type() ==
"EndEvent") {
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
const std::string & lower_chain_name() const
HLT chain configuration information.
::StatusCode StatusCode
StatusCode definition for legacy code.
#define CHECK(...)
Evaluate an expression and check for errors.
Helpers for checking error return status codes and reporting errors.