ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
HLTSeeding
src
MURoIsUnpackingTool.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 HLTSEEDING_MUROISUNPACKINGTOOL_H
5
#define HLTSEEDING_MUROISUNPACKINGTOOL_H
6
7
#include "
RoIsUnpackingToolBase.h
"
8
9
#include "
TrigT1Interfaces/RecMuonRoI.h
"
10
#include "
TrigT1Interfaces/ITrigT1MuonRecRoiTool.h
"
11
#include "
xAODTrigger/MuonRoIContainer.h
"
12
13
#include "
StoreGate/ReadDecorHandleKey.h
"
14
#include "
StoreGate/WriteHandleKey.h
"
15
16
#include "GaudiKernel/ToolHandle.h"
17
18
#include <string>
19
20
class
MURoIsUnpackingTool
:
public
RoIsUnpackingToolBase
{
21
public
:
23
MURoIsUnpackingTool
(
const
std::string&
type
,
24
const
std::string& name,
25
const
IInterface* parent);
26
27
virtual
StatusCode
initialize
()
override
;
28
virtual
StatusCode
start
()
override
;
29
30
using
RoIsUnpackingToolBase::unpack
;
31
virtual
StatusCode
unpack
(
const
EventContext& ctx,
32
const
ROIB::RoIBResult
& roib,
33
const
HLT::IDSet
& activeChains)
const override
;
34
private
:
37
SG::WriteHandleKey< DataVector<LVL1::RecMuonRoI>
>
m_recRoIsKey
{
38
this
,
"OutputRecRoIs"
,
"HLT_RecMURoIs"
,
"Name of the RoIs object produced by the unpacker"
};
39
40
43
Gaudi::Property<float>
m_roIWidth
{
44
this
,
"RoIWidth"
, 0.1,
"Size of RoI in eta/ phi"
};
45
46
49
ToolHandle<LVL1::ITrigT1MuonRecRoiTool>
m_recRpcRoITool
{
50
this
,
"RecRpcRoiTool"
,
"LVL1::TrigT1RPCRecRoiTool/TrigT1RPCRecRoiTool"
};
51
ToolHandle<LVL1::ITrigT1MuonRecRoiTool>
m_recTgcRoITool
{
52
this
,
"TgcRpcRoiTool"
,
"LVL1::TrigT1TGCRecRoiTool/TrigT1TGCRecRoiTool"
};
53
54
};
55
56
#endif
//> !HLTSEEDING_MUROISUNPACKINGTOOL_H
ITrigT1MuonRecRoiTool.h
MuonRoIContainer.h
RecMuonRoI.h
RoIsUnpackingToolBase.h
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MURoIsUnpackingTool::MURoIsUnpackingTool
MURoIsUnpackingTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
MURoIsUnpackingTool.cxx:12
MURoIsUnpackingTool::m_roIWidth
Gaudi::Property< float > m_roIWidth
Definition
MURoIsUnpackingTool.h:43
MURoIsUnpackingTool::m_recTgcRoITool
ToolHandle< LVL1::ITrigT1MuonRecRoiTool > m_recTgcRoITool
Definition
MURoIsUnpackingTool.h:51
MURoIsUnpackingTool::m_recRoIsKey
SG::WriteHandleKey< DataVector< LVL1::RecMuonRoI > > m_recRoIsKey
Definition
MURoIsUnpackingTool.h:37
MURoIsUnpackingTool::m_recRpcRoITool
ToolHandle< LVL1::ITrigT1MuonRecRoiTool > m_recRpcRoITool
Definition
MURoIsUnpackingTool.h:49
MURoIsUnpackingTool::initialize
virtual StatusCode initialize() override
Definition
MURoIsUnpackingTool.cxx:18
MURoIsUnpackingTool::unpack
virtual StatusCode unpack(const EventContext &ctx, const ROIB::RoIBResult &roib, const HLT::IDSet &activeChains) const override
Definition
MURoIsUnpackingTool.cxx:35
MURoIsUnpackingTool::start
virtual StatusCode start() override
Definition
MURoIsUnpackingTool.cxx:27
ROIB::RoIBResult
Class holding the LVL1 RoIB result build by the RoIBuilder.
Definition
RoIBResult.h:47
RoIsUnpackingToolBase::unpack
virtual StatusCode unpack(const EventContext &, const ROIB::RoIBResult &, const HLT::IDSet &) const override
Definition
RoIsUnpackingToolBase.h:40
RoIsUnpackingToolBase::RoIsUnpackingToolBase
RoIsUnpackingToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition
RoIsUnpackingToolBase.cxx:10
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
HLT::IDSet
std::set< HLT::Identifier > IDSet
Definition
TrigCompositeUtils/TrigCompositeUtils/HLTIdentifier.h:56
type
Generated on
for ATLAS Offline Software by
1.17.0