ATLAS Offline Software
TrigGenericHypoAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TRIGHYPOCOMMONTOOLS_TRIGGENERICHYPOALG_H
5 #define TRIGHYPOCOMMONTOOLS_TRIGGENERICHYPOALG_H
6 
7 #include "GaudiKernel/ToolHandle.h"
9 #include "TrigGenericHypoTool.h"
11 
13  public:
14  TrigGenericHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
15  virtual StatusCode initialize() override;
16  virtual StatusCode execute(const EventContext& context) const override;
17  private:
18  ToolHandleArray <TrigGenericHypoTool> m_hypoTools {this, "HypoTools", {}, "Tools that perform actual selection"};
19  SG::ReadHandleKey<xAOD::TrigCompositeContainer> m_trigCompKey {this, "TrigCompositeContainer", "TrigComposite", "Name of TrigCompositeContainer"};
20 };
21 
22 #endif
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
TrigGenericHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigGenericHypoAlg.cxx:17
TrigGenericHypoAlg::TrigGenericHypoAlg
TrigGenericHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigGenericHypoAlg.cxx:8
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
TrigGenericHypoAlg::m_trigCompKey
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_trigCompKey
Definition: TrigGenericHypoAlg.h:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigGenericHypoAlg
Definition: TrigGenericHypoAlg.h:12
TrigGenericHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigGenericHypoAlg.cxx:11
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
TrigGenericHypoTool.h
HypoBase.h
TrigGenericHypoAlg::m_hypoTools
ToolHandleArray< TrigGenericHypoTool > m_hypoTools
Definition: TrigGenericHypoAlg.h:18