ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonJiveXML
src
TrigRpcDataRetriever.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JIVEXML_TRIGRPCDATARETRIEVER_H
6
#define JIVEXML_TRIGRPCDATARETRIEVER_H
7
8
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
JiveXML/IDataRetriever.h
"
11
#include "GaudiKernel/ServiceHandle.h"
12
#include "GaudiKernel/ToolHandle.h"
13
#include "
StoreGate/ReadCondHandleKey.h
"
14
15
#include "
MuonReadoutGeometry/MuonDetectorManager.h
"
16
#include "
MuonRPC_CnvTools/IRPC_RDO_Decoder.h
"
17
#include "
RPC_CondCabling/RpcCablingCondData.h
"
18
#include "
MuonIdHelpers/IMuonIdHelperSvc.h
"
19
#include "
MuonRDO/RpcPadContainer.h
"
20
21
#include <string>
22
23
namespace
JiveXML
{
24
25
class
TrigRpcDataRetriever
:
virtual
public
IDataRetriever
,
public
AthAlgTool
{
26
27
public
:
28
30
TrigRpcDataRetriever
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
31
33
virtual
StatusCode
retrieve
(ToolHandle<IFormatTool> &FormatTool);
34
36
virtual
std::string
dataTypeName
()
const
{
return
m_typeName
; };
37
39
StatusCode
initialize
();
40
41
private
:
42
44
const
std::string
m_typeName
;
45
46
SG::ReadHandleKey<RpcPadContainer>
m_sgKey
{
this
,
"StoreGateKey"
,
"RPCPAD"
,
"StoreGate key for the RPC RDO container"
};
47
48
ServiceHandle<Muon::IMuonIdHelperSvc>
m_idHelperSvc
{
this
,
"MuonIdHelperSvc"
,
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"
};
49
50
ToolHandle<Muon::IRPC_RDO_Decoder>
m_rpcDecoder
{
this
,
"RpcRDO_Decoder"
,
"Muon::RpcRDO_Decoder"
};
51
52
SG::ReadCondHandleKey<RpcCablingCondData>
m_rpcCab
{
this
,
"ReadKey"
,
"RpcCablingCondData"
,
"Key of RpcCablingCondData"
};
53
SG::ReadCondHandleKey<MuonGM::MuonDetectorManager>
m_DetectorManagerKey
{
this
,
"DetectorManagerKey"
,
"MuonDetectorManager"
,
"Key of input MuonDetectorManager condition data"
};
54
};
55
56
}
57
#endif
AthAlgTool.h
IDataRetriever.h
IMuonIdHelperSvc.h
IRPC_RDO_Decoder.h
MuonDetectorManager.h
ReadCondHandleKey.h
RpcCablingCondData.h
RpcPadContainer.h
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::TrigRpcDataRetriever::retrieve
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
Definition
TrigRpcDataRetriever.cxx:37
JiveXML::TrigRpcDataRetriever::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition
TrigRpcDataRetriever.h:48
JiveXML::TrigRpcDataRetriever::m_typeName
const std::string m_typeName
The data type that is generated by this retriever.
Definition
TrigRpcDataRetriever.h:44
JiveXML::TrigRpcDataRetriever::dataTypeName
virtual std::string dataTypeName() const
Return the name of the data type.
Definition
TrigRpcDataRetriever.h:36
JiveXML::TrigRpcDataRetriever::initialize
StatusCode initialize()
Default AthAlgTool methods.
Definition
TrigRpcDataRetriever.cxx:27
JiveXML::TrigRpcDataRetriever::m_rpcCab
SG::ReadCondHandleKey< RpcCablingCondData > m_rpcCab
Definition
TrigRpcDataRetriever.h:52
JiveXML::TrigRpcDataRetriever::m_rpcDecoder
ToolHandle< Muon::IRPC_RDO_Decoder > m_rpcDecoder
Definition
TrigRpcDataRetriever.h:50
JiveXML::TrigRpcDataRetriever::m_DetectorManagerKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_DetectorManagerKey
Definition
TrigRpcDataRetriever.h:53
JiveXML::TrigRpcDataRetriever::TrigRpcDataRetriever
TrigRpcDataRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
Definition
TrigRpcDataRetriever.cxx:18
JiveXML::TrigRpcDataRetriever::m_sgKey
SG::ReadHandleKey< RpcPadContainer > m_sgKey
Definition
TrigRpcDataRetriever.h:46
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
ServiceHandle
Definition
ClusterMakerTool.h:36
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