Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
18 #include "Gaudi/Property.h"
28 ISvcLocator* pSvcLocator ) :
58 if (!
m_cut.value().empty()) {
64 return StatusCode::SUCCESS;
75 return StatusCode::SUCCESS;
90 bool eventPasses =
true;
95 return StatusCode::SUCCESS;
StringProperty m_cut
The cut string.
StatusCode finalizeParser()
virtual void setFilterPassed(bool state) const
Set the filter passed flag to the specified state.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::conditional< NUM_PARSER==1, std::unique_ptr< ExpressionParsing::ExpressionParser >, std::array< std::unique_ptr< ExpressionParsing::ExpressionParser >, NUM_PARSER > >::type m_parser
#define ATH_MSG_VERBOSE(x)
StatusCode initializeParser(ExpressionParsing::SelectionArg< 1 > selection_string)
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
virtual ~CutAlg()
Destructor:
CutAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
::StatusCode StatusCode
StatusCode definition for legacy code.
unsigned long m_nEventsProcessed
Internal event counter.
ToolHandle< Trig::TrigDecisionTool > m_trigDecisionTool
The trigger decision tool.
virtual StatusCode execute()
Athena algorithm's execute hook.
virtual StatusCode finalize()
Athena algorithm's finalize hook.
virtual StatusCode initialize()
Athena algorithm's initalize hook.