ATLAS Offline Software
MbtsHypoAlg.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_MBTSHYPOALG_H
5 #define TRIGMINBIAS_MBTSHYPOALG_H
6 
8 #include "MbtsHypoTool.h"
10 
11 // STL includes
12 #include <string>
13 
18 class MbtsHypoAlg : public ::HypoBase
19 {
20 public:
21  MbtsHypoAlg(const std::string &name, ISvcLocator *pSvcLocator);
22 
23  virtual StatusCode initialize() override;
24  virtual StatusCode execute(const EventContext &context) const override;
25 
26 private:
27  ToolHandleArray<MbtsHypoTool> m_hypoTools{this, "HypoTools", {}};
29 };
30 
31 #endif // TRIGMINBIAS_MBTSHYPOALG_H
MbtsHypoAlg::initialize
virtual StatusCode initialize() override
Definition: MbtsHypoAlg.cxx:20
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
MbtsHypoAlg::MbtsHypoAlg
MbtsHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: MbtsHypoAlg.cxx:15
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MbtsHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: MbtsHypoAlg.cxx:28
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
MbtsHypoAlg::m_MbtsBitsKey
SG::ReadHandleKey< xAOD::TrigT2MbtsBitsContainer > m_MbtsBitsKey
Definition: MbtsHypoAlg.h:28
MbtsHypoAlg::m_hypoTools
ToolHandleArray< MbtsHypoTool > m_hypoTools
Definition: MbtsHypoAlg.h:27
TrigT2MbtsBitsContainer.h
MbtsHypoAlg
Definition: MbtsHypoAlg.h:19
HypoBase.h
MbtsHypoTool.h