ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTRTHTHhypoAlg.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 TRIGTRTHTHHYPOALG_H
5#define TRIGTRTHTHHYPOALG_H 1
6
7#include <string>
8
9#include "GaudiKernel/StatusCode.h"
13
14#include "ITrigTRTHTHhypoTool.h"
15
22 public:
23
24 TrigTRTHTHhypoAlg( 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 ToolHandleArray< ITrigTRTHTHhypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
31
32 SG::ReadHandleKey< xAOD::TrigRNNOutputContainer > m_trigRNNOutputKey { this, "RNNOutputName", "RNNOutput", "output RNN container name " };
33};
34
35#endif
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.
ToolHandleArray< ITrigTRTHTHhypoTool > m_hypoTools
TrigTRTHTHhypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::TrigRNNOutputContainer > m_trigRNNOutputKey
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &context) const override