Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
16 #define ON_DEBUG if ( msgLevel( MSG::DEBUG ) )
17 #define DEBUG_MSG ON_DEBUG debug()
19 #define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) )
20 #define VERBOSE_MSG ON_VERBOSE verbose()
66 fatal() <<
"Unable to load AvalancheSchedulerSvc" <<
endmsg;
74 info() <<
"Running in whole event context" <<
endmsg;
82 for (
unsigned int viewIndex = 0; viewIndex <
m_viewNumber; ++viewIndex ) {
84 auto viewContext = std::make_unique<EventContext>(
context.evt(),
context.slot() );
StatusCode finalize() override
the finalization of the algorithm
StatusCode initialize() override
Its initialization.
StatusCode finalize() override
standard finalization method
std::vector< std::unique_ptr< DataObjectHandle< DataObject > > > m_inputHandles
Gaudi::Property< std::vector< std::string > > m_inpKeys
void setFilterPassed(bool state) const
Set the filter passed flag to the specified state.
Gaudi::Details::PropertyBase * declareProperty(const std::string &name, ToolHandle< T > &hndl, const std::string &doc="none")
SmartIF< ISvcLocator > & serviceLocator() const override
The standard service locator.
const EventContext & getContext() const
StatusCode initialize() override
standard initialization method
std::vector< std::unique_ptr< DataObjectHandle< DataObject > > > m_outputHandles
const ValueType & value() const
Gaudi::Property< std::vector< std::string > > m_outKeys
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Gaudi::Property< std::string > m_baseViewName
const std::string & context() const
Returns the "context" string. Used to identify different processing states.
Gaudi::Property< unsigned int > m_viewNumber
Gaudi::Property< std::string > m_viewNodeName
T emplace_back(T... args)
StatusCode execute() override
the execution of the algorithm
constexpr static const auto SUCCESS
#define DECLARE_COMPONENT(type)
StatusCode service(std::string_view name, T *&psvc, bool createIf=true) const
Access a service by name, creating it if it doesn't already exist.
constexpr static const auto FAILURE
ViewTester()
the default constructor is disabled