ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigAnalysis
TrigJiveXML
TrigJiveXML
TrigSiSpacePointRetriever.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JIVEXML_TRIGSISPACEPOINTRETRIEVER_H
6
#define JIVEXML_TRIGSISPACEPOINTRETRIEVER_H
7
8
#include <string>
9
10
#include "
JiveXML/IDataRetriever.h
"
11
12
#include "
AthenaBaseComps/AthAlgTool.h
"
13
14
#include "
TrkPrepRawData/PrepRawDataCLASS_DEF.h
"
15
16
class
PixelID
;
17
class
SCT_ID
;
18
19
namespace
JiveXML
{
20
21
class
TrigSiSpacePointRetriever
:
virtual
public
IDataRetriever
,
public
AthAlgTool
{
22
23
public
:
24
26
TrigSiSpacePointRetriever
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
27
29
virtual
StatusCode
retrieve
(ToolHandle<IFormatTool> &FormatTool);
30
32
virtual
std::string
dataTypeName
()
const
{
return
m_typeName
; };
33
34
virtual
StatusCode
initialize
();
35
36
private
:
37
39
const
std::string
m_typeName
;
40
41
int
calcPixelLayer
(
const
Identifier
&);
42
int
calcSCTLayer
(
const
Identifier
&);
43
44
const
PixelID
*
m_pixelHelper
;
45
const
SCT_ID
*
m_sctHelper
;
46
47
std::string
m_pixelSpContainerName
;
48
std::string
m_SCT_SpContainerName
;
49
};
50
51
}
52
#endif
AthAlgTool.h
IDataRetriever.h
PrepRawDataCLASS_DEF.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::TrigSiSpacePointRetriever::TrigSiSpacePointRetriever
TrigSiSpacePointRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
Definition
TrigSiSpacePointRetriever.cxx:20
JiveXML::TrigSiSpacePointRetriever::m_sctHelper
const SCT_ID * m_sctHelper
Definition
TrigSiSpacePointRetriever.h:45
JiveXML::TrigSiSpacePointRetriever::m_SCT_SpContainerName
std::string m_SCT_SpContainerName
Definition
TrigSiSpacePointRetriever.h:48
JiveXML::TrigSiSpacePointRetriever::initialize
virtual StatusCode initialize()
Definition
TrigSiSpacePointRetriever.cxx:107
JiveXML::TrigSiSpacePointRetriever::calcSCTLayer
int calcSCTLayer(const Identifier &)
Definition
TrigSiSpacePointRetriever.cxx:135
JiveXML::TrigSiSpacePointRetriever::retrieve
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
Definition
TrigSiSpacePointRetriever.cxx:37
JiveXML::TrigSiSpacePointRetriever::m_typeName
const std::string m_typeName
The data type that is generated by this retriever.
Definition
TrigSiSpacePointRetriever.h:39
JiveXML::TrigSiSpacePointRetriever::m_pixelSpContainerName
std::string m_pixelSpContainerName
Definition
TrigSiSpacePointRetriever.h:47
JiveXML::TrigSiSpacePointRetriever::calcPixelLayer
int calcPixelLayer(const Identifier &)
Definition
TrigSiSpacePointRetriever.cxx:125
JiveXML::TrigSiSpacePointRetriever::m_pixelHelper
const PixelID * m_pixelHelper
Definition
TrigSiSpacePointRetriever.h:44
JiveXML::TrigSiSpacePointRetriever::dataTypeName
virtual std::string dataTypeName() const
Return the name of the data type.
Definition
TrigSiSpacePointRetriever.h:32
PixelID
This is an Identifier helper class for the Pixel subdetector.
Definition
PixelID.h:69
SCT_ID
This is an Identifier helper class for the SCT subdetector.
Definition
SCT_ID.h:68
Identifier
Definition
IdentifierFieldParser.cxx:14
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