ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
TrigT2MbtsBitsContainer.h
HypoBase.h
MbtsHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
MbtsHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
MbtsHypoAlg.cxx:28
MbtsHypoAlg::MbtsHypoAlg
MbtsHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
MbtsHypoAlg.cxx:15
MbtsHypoAlg::m_hypoTools
ToolHandleArray< MbtsHypoTool > m_hypoTools
Definition
MbtsHypoAlg.h:27
MbtsHypoAlg::initialize
virtual StatusCode initialize() override
Definition
MbtsHypoAlg.cxx:20
MbtsHypoAlg::m_MbtsBitsKey
SG::ReadHandleKey< xAOD::TrigT2MbtsBitsContainer > m_MbtsBitsKey
Definition
MbtsHypoAlg.h:28
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0