ATLAS Offline Software
Trigger
TrigAlgorithms
TrigMinBias
src
MbtsHypoAlg.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 TRIGMINBIAS_MBTSHYPOALG_H
5
#define TRIGMINBIAS_MBTSHYPOALG_H
6
7
#include "
DecisionHandling/HypoBase.h
"
8
#include "
MbtsHypoTool.h
"
9
#include "
xAODTrigMinBias/TrigT2MbtsBitsContainer.h
"
10
11
// STL includes
12
#include <string>
13
18
class
MbtsHypoAlg
:
public
::HypoBase
19
{
20
public
:
21
MbtsHypoAlg
(
const
std::string &
name
, ISvcLocator *pSvcLocator);
22
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
(
const
EventContext &context)
const override
;
25
26
private
:
27
ToolHandleArray<MbtsHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {}};
28
SG::ReadHandleKey<xAOD::TrigT2MbtsBitsContainer>
m_MbtsBitsKey
{
this
,
"MbtsBitsKey"
,
"Undefined"
};
29
};
30
31
#endif // TRIGMINBIAS_MBTSHYPOALG_H
MbtsHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
MbtsHypoAlg.cxx:20
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
MbtsHypoAlg::MbtsHypoAlg
MbtsHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
MbtsHypoAlg.cxx:15
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MbtsHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
MbtsHypoAlg.cxx:28
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
MbtsHypoAlg::m_MbtsBitsKey
SG::ReadHandleKey< xAOD::TrigT2MbtsBitsContainer > m_MbtsBitsKey
Definition:
MbtsHypoAlg.h:28
MbtsHypoAlg::m_hypoTools
ToolHandleArray< MbtsHypoTool > m_hypoTools
Definition:
MbtsHypoAlg.h:27
TrigT2MbtsBitsContainer.h
MbtsHypoAlg
Definition:
MbtsHypoAlg.h:19
HypoBase.h
MbtsHypoTool.h
Generated on Thu Nov 7 2024 21:20:29 for ATLAS Offline Software by
1.8.18