ATLAS Offline Software
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 
TrigHIEventShapeHypoAlg::m_esKey
SG::ReadHandleKey< xAOD::HIEventShapeContainer > m_esKey
Definition: TrigHIEventShapeHypoAlg.h:38
TrigHIEventShapeHypoAlg::m_hypoTools
ToolHandleArray< ITrigHIEventShapeHypoTool > m_hypoTools
Definition: TrigHIEventShapeHypoAlg.h:36
TrigHIEventShapeHypoAlg
Implements FCal-based forward gap selection for the HLT framework.
Definition: TrigHIEventShapeHypoAlg.h:20
TrigHIEventShapeHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigHIEventShapeHypoAlg.cxx:16
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
TrigHIEventShapeHypoAlg::TrigHIEventShapeHypoAlg
TrigHIEventShapeHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigHIEventShapeHypoAlg.cxx:11
ITrigHIEventShapeHypoTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HIEventShapeContainer.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
AthReentrantAlgorithm.h
TrigHIEventShapeHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigHIEventShapeHypoAlg.cxx:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
HypoBase.h
TrigHIEventShapeHypoAlg::decide
StatusCode decide(const xAOD::HIEventShapeContainer *eventShapeContainer, TrigCompositeUtils::DecisionContainer *newDecisions, const TrigCompositeUtils::DecisionContainer *oldDecisions, const EventContext &context) const
Definition: TrigHIEventShapeHypoAlg.cxx:51