ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetTLAHypoTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef TRIGJETTLAHYPOTOOL_H
6#define TRIGJETTLAHYPOTOOL_H
7/********************************************************************
8 *
9 * NAME: TrigJetTLAHypoTool.h
10 * PACKAGE: Trigger/TrigHypothesis/TrigHLTJetHypo
11 *
12 * * @class TrigJetTLAHypoTool
13 * * @brief HypoTool for TLA algorithm
14 * * @details HypoTool needed to associate trigger navigation to jets seleected for writing out by TLA algorithm
15 * * @author Antonio Boveia
16 * * @author Caterina Doglioni
17 * * @author Teng Jian Khoo
18 * * @author Tim Martin
19 * * @author Rafal Bielski
20 *
21 *
22 ********************************************************************/
23
28
30
33
35
36 public:
37
38 TrigJetTLAHypoTool(const std::string& type,
39 const std::string& name,
40 const IInterface* parent);
41
43 StatusCode initialize();
44 StatusCode finalize();
45
46 StatusCode
47 decide(TrigCompositeUtils::DecisionContainer* outputDecisions) const;
48
49 const HLT::Identifier& getId() const;
50
51 private:
52
53 // Identifier is used to keep track of which tool made which decision.
54 // The information is stored in the event store.
56
57 ToolHandle<ITrigJetHypoToolHelper> m_helper {
58 this, "helper_tool", {}, "Jet hypo helper AlgTool"};
59
60 Gaudi::Property<bool>
61 m_visitDebug {this, "visit_debug", false, "debug flag"};
62
63 Gaudi::Property<std::string> m_chainName {
64 this, "chain_name", {}, "chain name"};
65
66
67
68
69};
70#endif
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
HLT::Identifier m_decisionId
StatusCode decide(TrigCompositeUtils::DecisionContainer *outputDecisions) const
const HLT::Identifier & getId() const
ToolHandle< ITrigJetHypoToolHelper > m_helper
TrigJetTLAHypoTool(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< bool > m_visitDebug
Gaudi::Property< std::string > m_chainName