11#ifndef EVENTUTILS_EVENTDECISIONALG_H
12#define EVENTUTILS_EVENTDECISIONALG_H 1
18#include "GaudiKernel/ServiceHandle.h"
57 "The handle to the IDecisionSvc" };
61 "The names of all output streams to check" };
AthFilterAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
EventDecisionAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ServiceHandle< IDecisionSvc > m_decSvc
StringArrayProperty m_streamNames
The names of all output streams to check.
virtual ~EventDecisionAlg()
Destructor:
virtual StatusCode initialize()
Athena algorithm's initalize hook.
virtual StatusCode finalize()
Athena algorithm's finalize hook.
virtual StatusCode execute()
Athena algorithm's execute hook.