ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
HLTSeeding
src
EMRoIsUnpackingTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef HLTSEEDING_EMROISUNPACKINGTOOL_H
5
#define HLTSEEDING_EMROISUNPACKINGTOOL_H
6
7
#include "
RoIsUnpackingToolBase.h
"
8
9
#include "
TrigT1Interfaces/RecEmTauRoI.h
"
10
#include "
TrigT1Interfaces/CPRoIDecoder.h
"
11
#include "
StoreGate/WriteHandleKey.h
"
12
13
class
EMRoIsUnpackingTool
:
public
RoIsUnpackingToolBase
{
14
public
:
15
16
EMRoIsUnpackingTool
(
const
std::string&
type
,
17
const
std::string& name,
18
const
IInterface* parent);
19
20
using
RoIsUnpackingToolBase::unpack
;
21
StatusCode
unpack
(
const
EventContext& ctx,
22
const
ROIB::RoIBResult
& roib,
23
const
HLT::IDSet
& activeChains)
const override
;
24
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
start
()
override
;
27
28
private
:
29
SG::WriteHandleKey< DataVector<LVL1::RecEmTauRoI>
>
m_recRoIsKey
{
30
this
,
"OutputRecRoIs"
,
"HLT_RecEMRoIs"
,
31
"Name of the RoIs object produced by the unpacker"
};
32
33
Gaudi::Property<float>
m_roIWidth
{
34
this
,
"RoIWidth"
, 0.2,
"Size of RoI in eta/ phi"
};
35
36
LVL1::CPRoIDecoder
m_cpDecoder
;
37
};
38
39
#endif
//> !HLTSEEDING_EMROISUNPACKINGTOOL_H
CPRoIDecoder.h
RecEmTauRoI.h
RoIsUnpackingToolBase.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
EMRoIsUnpackingTool::m_recRoIsKey
SG::WriteHandleKey< DataVector< LVL1::RecEmTauRoI > > m_recRoIsKey
Definition
EMRoIsUnpackingTool.h:29
EMRoIsUnpackingTool::initialize
virtual StatusCode initialize() override
Definition
EMRoIsUnpackingTool.cxx:17
EMRoIsUnpackingTool::start
virtual StatusCode start() override
Definition
EMRoIsUnpackingTool.cxx:24
EMRoIsUnpackingTool::EMRoIsUnpackingTool
EMRoIsUnpackingTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
EMRoIsUnpackingTool.cxx:11
EMRoIsUnpackingTool::m_cpDecoder
LVL1::CPRoIDecoder m_cpDecoder
Definition
EMRoIsUnpackingTool.h:36
EMRoIsUnpackingTool::m_roIWidth
Gaudi::Property< float > m_roIWidth
Definition
EMRoIsUnpackingTool.h:33
EMRoIsUnpackingTool::unpack
StatusCode unpack(const EventContext &ctx, const ROIB::RoIBResult &roib, const HLT::IDSet &activeChains) const override
Definition
EMRoIsUnpackingTool.cxx:32
LVL1::CPRoIDecoder
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word.
Definition
CPRoIDecoder.h:32
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