ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigTauHypo
src
TrigTauTrackingHypoTool.h
Go to the documentation of this file.
1
// emacs: this is -*- c++ -*-
2
/*
3
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef TrigTauHypo_TrigTauTrackingHypoTool_H
7
#define TrigTauHypo_TrigTauTrackingHypoTool_H
8
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
TrigCompositeUtils/HLTIdentifier.h
"
11
12
#include "
ITrigTauTrackingHypoTool.h
"
13
14
19
class
TrigTauTrackingHypoTool
:
public
extends<AthAlgTool, ITrigTauTrackingHypoTool>
20
{
21
public
:
22
TrigTauTrackingHypoTool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
23
24
virtual
StatusCode
initialize
()
override
;
25
26
virtual
StatusCode
decide
(std::vector<ITrigTauTrackingHypoTool::ToolInfo>& input)
const override
;
27
virtual
bool
decide
(
const
ITrigTauTrackingHypoTool::ToolInfo
& i)
const override
;
28
29
private
:
30
HLT::Identifier
m_decisionId
;
31
};
32
33
#endif
AthAlgTool.h
ITrigTauTrackingHypoTool.h
HLTIdentifier.h
HLT::Identifier
Definition
TrigCompositeUtils/TrigCompositeUtils/HLTIdentifier.h:19
TrigTauTrackingHypoTool::initialize
virtual StatusCode initialize() override
Definition
TrigTauTrackingHypoTool.cxx:20
TrigTauTrackingHypoTool::decide
virtual StatusCode decide(std::vector< ITrigTauTrackingHypoTool::ToolInfo > &input) const override
Definition
TrigTauTrackingHypoTool.cxx:41
TrigTauTrackingHypoTool::m_decisionId
HLT::Identifier m_decisionId
Definition
TrigTauTrackingHypoTool.h:30
TrigTauTrackingHypoTool::TrigTauTrackingHypoTool
TrigTauTrackingHypoTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
TrigTauTrackingHypoTool.cxx:13
type
ITrigTauTrackingHypoTool::ToolInfo
Definition
ITrigTauTrackingHypoTool.h:23
Generated on
for ATLAS Offline Software by
1.14.0