ATLAS Offline Software
Loading...
Searching...
No Matches
TrigHIEventShapeHypoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHIHYPO_TRIGHIEVENTSHAPEHYPOALG_H
6#define TRIGHIHYPO_TRIGHIEVENTSHAPEHYPOALG_H
7
8#include <string>
9
12
15
21
22 public:
23
24 TrigHIEventShapeHypoAlg(const std::string& name, ISvcLocator* pSvcLocator);
25
26 virtual StatusCode initialize() override;
27 virtual StatusCode execute(const EventContext& context) const override;
28
29 private:
30
31 StatusCode decide(const xAOD::HIEventShapeContainer* eventShapeContainer,
33 const TrigCompositeUtils::DecisionContainer* oldDecisions,
34 const EventContext& context) const;
35
36 ToolHandleArray<ITrigHIEventShapeHypoTool> m_hypoTools{this, "HypoTools", {}, "Hypo tools"};
37
38 SG::ReadHandleKey<xAOD::HIEventShapeContainer> m_esKey{this, "eventShapeContainerKey", "HLT_HIEventShapeEG", "event shape container name"};
39
40};
41
42#endif
43
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
ToolHandleArray< ITrigHIEventShapeHypoTool > m_hypoTools
TrigHIEventShapeHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::HIEventShapeContainer > m_esKey
virtual StatusCode execute(const EventContext &context) const override
StatusCode decide(const xAOD::HIEventShapeContainer *eventShapeContainer, TrigCompositeUtils::DecisionContainer *newDecisions, const TrigCompositeUtils::DecisionContainer *oldDecisions, const EventContext &context) const
HIEventShapeContainer_v2 HIEventShapeContainer
Define the latest version of the container.