ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonJiveXML
src
TrigMuonROIRetriever.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JIVEXML_TRIGMUONROIRETRIEVER_H
6
#define JIVEXML_TRIGMUONROIRETRIEVER_H
7
8
9
10
#include "
JiveXML/IDataRetriever.h
"
11
#include "
JiveXML/IFormatTool.h
"
12
#include "
AthenaBaseComps/AthAlgTool.h
"
13
#include "
AnalysisTriggerEvent/LVL1_ROI.h
"
14
#include "
StoreGate/ReadHandleKey.h
"
15
#include "GaudiKernel/ToolHandle.h"
16
#include <string>
17
18
namespace
JiveXML
{
19
20
class
TrigMuonROIRetriever
:
virtual
public
IDataRetriever
,
public
AthAlgTool
{
21
22
public
:
23
25
TrigMuonROIRetriever
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
26
28
virtual
StatusCode
retrieve
(ToolHandle<IFormatTool> &FormatTool);
29
31
virtual
std::string
dataTypeName
()
const
{
return
"TrigMuonROI"
; };
32
33
private
:
35
SG::ReadHandleKey<LVL1_ROI>
m_sgKey
{
this
,
"StoreGateKey"
,
"LVL1_ROI"
,
"Storegate key for LVL1 Muon RoIs"
};
36
};
37
38
}
39
#endif
AthAlgTool.h
IDataRetriever.h
IFormatTool.h
LVL1_ROI.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
JiveXML::IDataRetriever
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
Definition
IDataRetriever.h:25
JiveXML::TrigMuonROIRetriever::TrigMuonROIRetriever
TrigMuonROIRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
Definition
TrigMuonROIRetriever.cxx:13
JiveXML::TrigMuonROIRetriever::retrieve
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
Definition
TrigMuonROIRetriever.cxx:23
JiveXML::TrigMuonROIRetriever::m_sgKey
SG::ReadHandleKey< LVL1_ROI > m_sgKey
The storegate key for the LVL1 Muon RoIs.
Definition
TrigMuonROIRetriever.h:35
JiveXML::TrigMuonROIRetriever::dataTypeName
virtual std::string dataTypeName() const
Return the name of the data type.
Definition
TrigMuonROIRetriever.h:31
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
JiveXML
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
Definition
BadLArRetriever.cxx:22
type
Generated on
for ATLAS Offline Software by
1.17.0