ATLAS Offline Software
DetectorDescription
ReadoutGeometryBase
src
SiCommonItems.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ReadoutGeometryBase/SiCommonItems.h
"
6
7
namespace
InDetDD
{
8
9
SiCommonItems::SiCommonItems
(
const
AtlasDetectorID
*
const
idHelper)
10
:
AthMessaging
(
"SiDetectorElement"
),
11
m_idHelper(idHelper),
12
m_lorentzAngleTool(nullptr)
13
{}
14
15
16
void
SiCommonItems::setLorentzAngleTool
(
const
ISiLorentzAngleTool
* lorentzAngleTool) {
17
m_lorentzAngleTool
=
lorentzAngleTool
;
18
}
19
20
const
ISiLorentzAngleTool
*
SiCommonItems::lorentzAngleTool
()
const
{
21
return
m_lorentzAngleTool
;
22
}
23
24
}
// End namespace InDetDD
InDetDD::SiCommonItems::setLorentzAngleTool
void setLorentzAngleTool(const ISiLorentzAngleTool *lorentzAngleTool)
Definition:
SiCommonItems.cxx:16
InDetDD::SiCommonItems::lorentzAngleTool
const ISiLorentzAngleTool * lorentzAngleTool() const
Definition:
SiCommonItems.cxx:20
InDetDD::SiCommonItems::SiCommonItems
SiCommonItems(const AtlasDetectorID *const idHelper)
Constructor.
Definition:
SiCommonItems.cxx:9
InDetDD::SiCommonItems::m_lorentzAngleTool
const ISiLorentzAngleTool * m_lorentzAngleTool
LorentzAngle tool.
Definition:
SiCommonItems.h:78
SiCommonItems.h
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition:
AthMessaging.h:55
ISiLorentzAngleTool
Definition:
ISiLorentzAngleTool.h:28
InDetDD
Message Stream Member.
Definition:
FakeTrackBuilder.h:8
AtlasDetectorID
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
Definition:
AtlasDetectorID.h:57
Generated on Sun Dec 22 2024 21:18:07 for ATLAS Offline Software by
1.8.18