ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
HLT
Trigger
TrigControl
TrigExamples
src
MTCalibPebHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
6
#define TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
7
8
// Trigger includes
9
#include "
MTCalibPebHypoTool.h
"
10
#include "
DecisionHandling/HypoBase.h
"
11
15
class
MTCalibPebHypoAlg
:
public
HypoBase
{
16
public
:
18
MTCalibPebHypoAlg
(
const
std::string& name, ISvcLocator* svcLoc);
20
virtual
~MTCalibPebHypoAlg
();
21
22
// ------------------------- AthReentrantAlgorithm methods -------------------
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
finalize
()
override
;
25
virtual
StatusCode
execute
(
const
EventContext& eventContext)
const override
;
26
private
:
27
ToolHandleArray<MTCalibPebHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perform selection"
};
28
};
29
30
#endif
// TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
HypoBase.h
MTCalibPebHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
MTCalibPebHypoAlg::execute
virtual StatusCode execute(const EventContext &eventContext) const override
Definition
MTCalibPebHypoAlg.cxx:53
MTCalibPebHypoAlg::m_hypoTools
ToolHandleArray< MTCalibPebHypoTool > m_hypoTools
Definition
MTCalibPebHypoAlg.h:27
MTCalibPebHypoAlg::initialize
virtual StatusCode initialize() override
Definition
MTCalibPebHypoAlg.cxx:35
MTCalibPebHypoAlg::~MTCalibPebHypoAlg
virtual ~MTCalibPebHypoAlg()
Standard destructor.
Definition
MTCalibPebHypoAlg.cxx:30
MTCalibPebHypoAlg::MTCalibPebHypoAlg
MTCalibPebHypoAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
Definition
MTCalibPebHypoAlg.cxx:24
MTCalibPebHypoAlg::finalize
virtual StatusCode finalize() override
Definition
MTCalibPebHypoAlg.cxx:44
Generated on
for ATLAS Offline Software by
1.17.0