Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MuonSpectrometer
MuonDetDescr
MuonTrackingGeometry
MuonTrackingGeometry
MuonInertMaterialBuilderCond.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// MuonInertMaterialBuilderCond.h, (c) ATLAS Detector software
8
9
#ifndef MUONTRACKINGGEOMETRY_MUONINERTMATERIALBUILDERCOND_H
10
#define MUONTRACKINGGEOMETRY_MUONINERTMATERIALBUILDERCOND_H
11
12
#include "
MuonTrackingGeometry/MuonInertMaterialBuilderImpl.h
"
13
#include "
StoreGate/ReadCondHandleKey.h
"
14
#include "
TrkGeometry/TrackingGeometry.h
"
15
16
namespace
Muon
{
17
26
class
MuonInertMaterialBuilderCond
final
:
public
MuonInertMaterialBuilderImpl
{
27
public
:
29
MuonInertMaterialBuilderCond
(
const
std::string&,
const
std::string&,
30
const
IInterface*);
32
virtual
~MuonInertMaterialBuilderCond
() =
default
;
34
virtual
StatusCode
initialize
()
override
;
35
37
DetachedVolVec
buildDetachedTrackingVolumes
(
const
EventContext& ctx,
38
SG::WriteCondHandle<Trk::TrackingGeometry>
& whandle,
39
bool
blend =
false
)
const
;
40
41
private
:
42
SG::ReadCondHandleKey<MuonGM::MuonDetectorManager>
m_muonMgrReadKey
{
this
,
"MuonMgrReadKey"
,
"MuonDetectorManager"
,
43
"Key of input MuonDetectorMgr"
};
44
};
45
46
}
// namespace Muon
47
48
#endif // MUONTRACKINGGEOMETRY_MUONINERTMATERIALBUILDERCOND_H
Muon::MuonInertMaterialBuilderCond::MuonInertMaterialBuilderCond
MuonInertMaterialBuilderCond(const std::string &, const std::string &, const IInterface *)
Constructor.
Definition:
MuonInertMaterialBuilderCond.cxx:10
columnar::final
CM final
Definition:
ColumnAccessor.h:106
Muon::MuonInertMaterialBuilderCond
Definition:
MuonInertMaterialBuilderCond.h:26
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MuonInertMaterialBuilderCond::m_muonMgrReadKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_muonMgrReadKey
Definition:
MuonInertMaterialBuilderCond.h:42
Muon::MuonInertMaterialBuilderCond::initialize
virtual StatusCode initialize() override
AlgTool initialize method.
Definition:
MuonInertMaterialBuilderCond.cxx:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Muon::MuonInertMaterialBuilderImpl::DetachedVolVec
std::vector< std::unique_ptr< Trk::DetachedTrackingVolume > > DetachedVolVec
Definition:
MuonInertMaterialBuilderImpl.h:58
MuonInertMaterialBuilderImpl.h
ReadCondHandleKey.h
Muon::MuonInertMaterialBuilderCond::~MuonInertMaterialBuilderCond
virtual ~MuonInertMaterialBuilderCond()=default
Destructor.
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager >
TrackingGeometry.h
Muon::MuonInertMaterialBuilderImpl
Definition:
MuonInertMaterialBuilderImpl.h:52
SG::WriteCondHandle
Definition:
WriteCondHandle.h:26
Muon::MuonInertMaterialBuilderCond::buildDetachedTrackingVolumes
DetachedVolVec buildDetachedTrackingVolumes(const EventContext &ctx, SG::WriteCondHandle< Trk::TrackingGeometry > &whandle, bool blend=false) const
Method returning cloned and positioned material objects.
Definition:
MuonInertMaterialBuilderCond.cxx:20
Generated on Thu Mar 13 2025 21:15:23 for ATLAS Offline Software by
1.8.18