ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
HLTSeeding
src
METRoIsUnpackingTool.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_METROISUNPACKINGTOOL_H
5
#define HLTSEEDING_METROISUNPACKINGTOOL_H
6
7
#include "
RoIsUnpackingToolBase.h
"
8
#include "
TrigT1Interfaces/JEPRoIDecoder.h
"
9
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
10
11
#include <string>
12
13
class
METRoIsUnpackingTool
:
public
RoIsUnpackingToolBase
{
14
public
:
15
METRoIsUnpackingTool
(
const
std::string&
type
,
16
const
std::string& name,
17
const
IInterface* parent);
18
19
virtual
StatusCode
initialize
()
override
;
20
virtual
StatusCode
start
()
override
;
21
22
using
RoIsUnpackingToolBase::unpack
;
23
StatusCode
unpack
(
const
EventContext& ctx,
24
const
ROIB::RoIBResult
& roib,
25
const
HLT::IDSet
& activeChains)
const override
;
26
27
private
:
28
Gaudi::Property<std::string>
m_fsRoIKey
{
29
this
,
"FSRoIKey"
,
"HLT_FSRoI"
,
"The key of FS RoI made earlier by the HLTSeeding"
};
30
31
LVL1::JEPRoIDecoder
m_jepDecoder
;
32
HLT::IDSet
m_allMETChains
;
33
};
34
35
#endif
//> !HLTSEEDING_JROISUNPACKINGTOOL_H
JEPRoIDecoder.h
RoIsUnpackingToolBase.h
TrigCompositeUtils.h
LVL1::JEPRoIDecoder
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word.
Definition
JEPRoIDecoder.h:28
METRoIsUnpackingTool::m_fsRoIKey
Gaudi::Property< std::string > m_fsRoIKey
Definition
METRoIsUnpackingTool.h:28
METRoIsUnpackingTool::m_jepDecoder
LVL1::JEPRoIDecoder m_jepDecoder
Definition
METRoIsUnpackingTool.h:31
METRoIsUnpackingTool::start
virtual StatusCode start() override
Definition
METRoIsUnpackingTool.cxx:21
METRoIsUnpackingTool::initialize
virtual StatusCode initialize() override
Definition
METRoIsUnpackingTool.cxx:15
METRoIsUnpackingTool::METRoIsUnpackingTool
METRoIsUnpackingTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
METRoIsUnpackingTool.cxx:9
METRoIsUnpackingTool::m_allMETChains
HLT::IDSet m_allMETChains
Definition
METRoIsUnpackingTool.h:32
METRoIsUnpackingTool::unpack
StatusCode unpack(const EventContext &ctx, const ROIB::RoIBResult &roib, const HLT::IDSet &activeChains) const override
Definition
METRoIsUnpackingTool.cxx:34
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
HLT::IDSet
std::set< HLT::Identifier > IDSet
Definition
TrigCompositeUtils/TrigCompositeUtils/HLTIdentifier.h:56
type
Generated on
for ATLAS Offline Software by
1.17.0