|
ATLAS Offline Software
|
Go to the documentation of this file.
38 return StatusCode::SUCCESS;
47 return StatusCode::SUCCESS;
79 for (
auto outh: *outputHandle) {
82 ATH_MSG_DEBUG(
"Number of positive decisions for this input: " << objDecisions.size());
88 return StatusCode::SUCCESS;
xAOD::TrigCompositeContainer DecisionContainer
Decision * newDecisionIn(DecisionContainer *dc, const std::string &name)
Helper method to create a Decision object, place it in the container and return a pointer to it.
const std::string & hypoAlgNodeName()
SG::WriteHandle< DecisionContainer > createAndStore(const SG::WriteHandleKey< DecisionContainer > &key, const EventContext &ctx)
Creates and right away records the DecisionContainer with the key.
const SG::WriteHandleKey< TrigCompositeUtils::DecisionContainer > & decisionOutput() const
methods for derived classes to access handles of the base class output other read/write handles may b...
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
pointer_type ptr()
Dereference the pointer.
virtual StatusCode finalize() override
ToolHandleArray< MTCalibPebHypoTool > m_hypoTools
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
xAOD::TrigComposite Decision
@ TIMEOUT
Timeout during event processing.
virtual ~MTCalibPebHypoAlg()
Standard destructor.
MTCalibPebHypoAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
std::set< DecisionID > DecisionIDContainer
virtual StatusCode execute(const EventContext &eventContext) const override
void decisionIDs(const Decision *d, DecisionIDContainer &destination)
Extracts DecisionIDs stored in the Decision object.
size_type size() const noexcept
Returns the number of elements in the collection.