ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetDetDescr
InDetGeoModelUtils
InDetGeoModelUtils
DistortedMaterialManager.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETGEOMODELUTILS_DISTORTEDMATERIALMANAGER_H
6
#define INDETGEOMODELUTILS_DISTORTEDMATERIALMANAGER_H
7
8
class
StoredMaterialManager
;
9
#include "
RDBAccessSvc/IRDBAccessSvc.h
"
10
#include "
AthenaBaseComps/AthMessaging.h
"
11
12
namespace
InDetDD
{
13
14
class
DistortedMaterialManager
:
public
AthMessaging
15
{
16
public
:
17
DistortedMaterialManager
();
18
IRDBRecordset_ptr
extraMaterialTable
()
const
{
return
m_xMatTable
;}
19
StoredMaterialManager
*
materialManager
() {
return
m_materialManager
;}
20
21
private
:
22
StatusCode
initialize
();
23
24
StoredMaterialManager
*
m_materialManager
{
nullptr
};
25
IRDBRecordset_ptr
m_xMatTable
;
26
};
27
28
29
}
// endnamespace
30
31
#endif
// InDetGeoModelUtils_DistortedMaterialManager_h
AthMessaging.h
IRDBAccessSvc.h
Definition of the abstract IRDBAccessSvc interface.
IRDBRecordset_ptr
std::shared_ptr< IRDBRecordset > IRDBRecordset_ptr
Definition
IRDBAccessSvc.h:30
AthMessaging::AthMessaging
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
Definition
AthMessaging.cxx:13
InDetDD::DistortedMaterialManager::m_xMatTable
IRDBRecordset_ptr m_xMatTable
Definition
DistortedMaterialManager.h:25
InDetDD::DistortedMaterialManager::initialize
StatusCode initialize()
Definition
DistortedMaterialManager.cxx:24
InDetDD::DistortedMaterialManager::extraMaterialTable
IRDBRecordset_ptr extraMaterialTable() const
Definition
DistortedMaterialManager.h:18
InDetDD::DistortedMaterialManager::materialManager
StoredMaterialManager * materialManager()
Definition
DistortedMaterialManager.h:19
InDetDD::DistortedMaterialManager::m_materialManager
StoredMaterialManager * m_materialManager
Definition
DistortedMaterialManager.h:24
InDetDD::DistortedMaterialManager::DistortedMaterialManager
DistortedMaterialManager()
Definition
DistortedMaterialManager.cxx:17
StoredMaterialManager
This class holds one or more material managers and makes them storeable, under StoreGate.
Definition
StoredMaterialManager.h:30
InDetDD
Message Stream Member.
Definition
FakeTrackBuilder.h:8
Generated on
for ATLAS Offline Software by
1.17.0