ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetEventCnv
InDetJiveXML
src
PixelRDORetriever.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JIVEXML_PIXELRDORETRIEVER_H
6
#define JIVEXML_PIXELRDORETRIEVER_H
7
8
#include "
InDetCondTools/ISiLorentzAngleTool.h
"
9
#include "
JiveXML/IDataRetriever.h
"
10
#include "
AthenaBaseComps/AthAlgTool.h
"
11
#include "
IInDetGeoModelTool.h
"
12
#include "
InDetReadoutGeometry/SiDetectorElementCollection.h
"
13
#include "
InDetRawData/PixelRDO_Container.h
"
14
#include "
StoreGate/ReadCondHandleKey.h
"
15
16
class
PixelID
;
17
18
namespace
JiveXML
{
19
33
class
PixelRDORetriever
:
virtual
public
IDataRetriever
,
34
public
AthAlgTool
{
35
36
public
:
37
39
PixelRDORetriever
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
40
42
virtual
StatusCode
retrieve
(ToolHandle<IFormatTool> &FormatTool);
43
45
virtual
std::string
dataTypeName
()
const
{
return
"PixelRDO"
; };
46
48
virtual
StatusCode
initialize
();
49
50
private
:
51
52
const
PixelID
*
m_pixelID
{
nullptr
};
53
55
ToolHandle<ISiLorentzAngleTool>
m_lorentzAngleTool
{
this
,
"LorentzAngleTool"
,
"SiLorentzAngleTool/SCTLorentzAngleTool"
,
"Tool to retreive Lorentz angle"
};
56
58
SG::ReadHandleKey<PixelRDO_Container>
m_PixelRDOContainerName
{
this
,
"PixelRDOContKey"
,
"PixelRDOs"
,
"Key of PixelRDO_Container for Pixel"
};
59
60
SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection>
m_pixelDetEleCollKey
{
this
,
"PixelDetEleCollKey"
,
"PixelDetectorElementCollection"
,
"Key of SiDetectorElementCollection for Pixel"
};
61
62
};
63
}
64
65
#endif
AthAlgTool.h
IDataRetriever.h
IInDetGeoModelTool.h
ISiLorentzAngleTool.h
PixelRDO_Container.h
ReadCondHandleKey.h
SiDetectorElementCollection.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::PixelRDORetriever::dataTypeName
virtual std::string dataTypeName() const
Return the name of the data type.
Definition
PixelRDORetriever.h:45
JiveXML::PixelRDORetriever::m_lorentzAngleTool
ToolHandle< ISiLorentzAngleTool > m_lorentzAngleTool
A tool handle to the SiLorentzAngleTool.
Definition
PixelRDORetriever.h:55
JiveXML::PixelRDORetriever::m_pixelID
const PixelID * m_pixelID
Definition
PixelRDORetriever.h:52
JiveXML::PixelRDORetriever::m_pixelDetEleCollKey
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
Definition
PixelRDORetriever.h:60
JiveXML::PixelRDORetriever::PixelRDORetriever
PixelRDORetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition
PixelRDORetriever.cxx:21
JiveXML::PixelRDORetriever::retrieve
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
Definition
PixelRDORetriever.cxx:38
JiveXML::PixelRDORetriever::initialize
virtual StatusCode initialize()
Only retrieve geo tool in initialize.
Definition
PixelRDORetriever.cxx:122
JiveXML::PixelRDORetriever::m_PixelRDOContainerName
SG::ReadHandleKey< PixelRDO_Container > m_PixelRDOContainerName
The StoreGate key for the PixelRDO container.
Definition
PixelRDORetriever.h:58
PixelID
This is an Identifier helper class for the Pixel subdetector.
Definition
PixelID.h:69
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
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