ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
HLTSeeding
src
JRoIsUnpackingTool.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_JROISUNPACKINGTOOL_H
5
#define HLTSEEDING_JROISUNPACKINGTOOL_H
6
7
#include "
RoIsUnpackingToolBase.h
"
8
#include "
TrigT1Interfaces/RecJetRoI.h
"
9
#include "
TrigT1Interfaces/JEPRoIDecoder.h
"
10
11
#include <string>
12
13
class
JRoIsUnpackingTool
:
public
RoIsUnpackingToolBase
{
14
public
:
15
16
JRoIsUnpackingTool
(
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::RecJetRoI>
>
m_recRoIsKey
{
30
this
,
"OutputRecRoIs"
,
"HLT_RecJETRoIs"
,
"Name of the RoIs object produced by the unpacker"
};
31
32
Gaudi::Property<float>
m_roIWidth
{
33
this
,
"RoIWidth"
, 0.4,
"Size of RoI in eta/phi"
};
34
35
Gaudi::Property<std::string>
m_fsRoIKey
{
36
this
,
"FSRoIKey"
,
"HLT_FSRoI"
,
"The key of FS RoI made earlier by the HLTSeeding"
};
37
38
LVL1::JEPRoIDecoder
m_jepDecoder
;
39
};
40
41
#endif
//> !HLTSEEDING_JROISUNPACKINGTOOL_H
JEPRoIDecoder.h
RecJetRoI.h
RoIsUnpackingToolBase.h
JRoIsUnpackingTool::unpack
StatusCode unpack(const EventContext &ctx, const ROIB::RoIBResult &roib, const HLT::IDSet &activeChains) const override
Definition
JRoIsUnpackingTool.cxx:33
JRoIsUnpackingTool::m_roIWidth
Gaudi::Property< float > m_roIWidth
Definition
JRoIsUnpackingTool.h:32
JRoIsUnpackingTool::initialize
virtual StatusCode initialize() override
Definition
JRoIsUnpackingTool.cxx:17
JRoIsUnpackingTool::start
virtual StatusCode start() override
Definition
JRoIsUnpackingTool.cxx:25
JRoIsUnpackingTool::m_jepDecoder
LVL1::JEPRoIDecoder m_jepDecoder
Definition
JRoIsUnpackingTool.h:38
JRoIsUnpackingTool::m_recRoIsKey
SG::WriteHandleKey< DataVector< LVL1::RecJetRoI > > m_recRoIsKey
Definition
JRoIsUnpackingTool.h:29
JRoIsUnpackingTool::JRoIsUnpackingTool
JRoIsUnpackingTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
JRoIsUnpackingTool.cxx:11
JRoIsUnpackingTool::m_fsRoIKey
Gaudi::Property< std::string > m_fsRoIKey
Definition
JRoIsUnpackingTool.h:35
LVL1::JEPRoIDecoder
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word.
Definition
JEPRoIDecoder.h:28
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