ATLAS Offline Software
Loading...
Searching...
No Matches
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"
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
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
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< TrigGenericHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_trigCompKey
TrigGenericHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &context) const override