ATLAS Offline Software
SPCountHypoAlg.h
Go to the documentation of this file.
1 /*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TRIGMINBIAS_SPCOUNTHYPOALG_H
5 #define TRIGMINBIAS_SPCOUNTHYPOALG_H
6 
7 // Framework includes
8 #include "SPCountHypoTool.h"
12 
13 // STL includes
14 #include <string>
15 
16 class SPCountHypoAlg : public ::HypoBase
17 {
18 
19 public:
20  SPCountHypoAlg(const std::string &name, ISvcLocator *pSvcLocator);
21 
22  virtual StatusCode initialize() override;
23  virtual StatusCode execute(const EventContext &context) const override;
24 
25 private:
27  ToolHandleArray<SPCountHypoTool> m_hypoTools{this, "HypoTools", {}, "Tools that perform actual selection"};
29 };
30 
31 #endif // TRIGMINBIAS_SPCOUNTHYPOALG_H
SPCountHypoAlg
Definition: SPCountHypoAlg.h:17
TrigCompositeUtils.h
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
SPCountHypoTool.h
SPCountHypoAlg::initialize
virtual StatusCode initialize() override
Definition: SPCountHypoAlg.cxx:24
SPCountHypoAlg::m_spacePointsKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_spacePointsKey
Definition: SPCountHypoAlg.h:28
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
SPCountHypoAlg::m_hypoTools
ToolHandleArray< SPCountHypoTool > m_hypoTools
Definition: SPCountHypoAlg.h:27
SPCountHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: SPCountHypoAlg.cxx:33
TrigCompositeContainer.h
SPCountHypoAlg::SPCountHypoAlg
SPCountHypoAlg()
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