ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
7namespace InDetDD {
8
10 : AthMessaging("SiDetectorElement"),
11 m_idHelper(idHelper),
12 m_lorentzAngleTool(nullptr)
13{}
14
15
19
23
24} // End namespace InDetDD
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
Interface class for tool providing Lorentz angle (and the corresponding shift of the measurement) for...
SiCommonItems(const AtlasDetectorID *const idHelper)
Constructor.
const ISiLorentzAngleTool * m_lorentzAngleTool
LorentzAngle tool.
const AtlasDetectorID * m_idHelper
IdHelper.
void setLorentzAngleTool(const ISiLorentzAngleTool *lorentzAngleTool)
const ISiLorentzAngleTool * lorentzAngleTool() const
Message Stream Member.