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
w
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
InnerDetector
InDetDetDescr
PLRGeoModelXml
src
PLRGmxInterface.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 PLRGEOMODELXML_PLRGMXINTERFACE_H
6
#define PLRGEOMODELXML_PLRGMXINTERFACE_H
7
8
#include <
PixelGeoModelXml/PixelGmxInterface.h
>
9
10
#include <map>
11
#include <string>
12
13
// Most functions for this interface are derived from PixelGeoModelXml/PixelGmxInterface.h
14
// The functions here are similar functions to that of Pixel, but have a few PLR specific differences
15
// such as only loading the correct PLR sensor type and identifying the modules as InDetDD::PLR
16
class
WaferTree
;
17
18
namespace
InDetDD
19
{
20
21
class
PixelDetectorManager;
22
class
SiCommonItems;
23
24
class
PLRGmxInterface
:
public
ITk::PixelGmxInterface
25
{
26
public
:
27
PLRGmxInterface
(
PixelDetectorManager
*detectorManager,
28
SiCommonItems
*commonItems,
29
WaferTree
*moduleTree);
30
31
virtual
int
sensorId
(std::map<std::string, int> &
index
)
const
override
final
;
32
virtual
void
addSensorType
(
const
std::string& clas,
33
const
std::string&
typeName
,
34
const
std::map<std::string, std::string>&
parameters
)
override
final
;
35
virtual
void
addSensor
(
const
std::string&
typeName
,
36
std::map<std::string, int> &
index
,
37
int
sequentialId,
38
GeoVFullPhysVol *fpv)
override
final
;
39
40
private
:
41
void
makePLRModule
(
const
std::string&
typeName
,
42
const
std::map<std::string, std::string> &
parameters
);
43
};
44
45
}
// namespace InDetDD
46
47
#endif // PLRGEOMODELXML_PLRGMXINTERFACE_H
InDetDD::ITk::PixelGmxInterface
Definition:
PixelGmxInterface.h:31
index
Definition:
index.py:1
PixelGmxInterface.h
InDetDD::PLRGmxInterface::addSensorType
virtual void addSensorType(const std::string &clas, const std::string &typeName, const std::map< std::string, std::string > ¶meters) override final
Definition:
PLRGmxInterface.cxx:68
InDetDD::PLRGmxInterface::addSensor
virtual void addSensor(const std::string &typeName, std::map< std::string, int > &index, int sequentialId, GeoVFullPhysVol *fpv) override final
Definition:
PLRGmxInterface.cxx:80
InDetDD::PLRGmxInterface::makePLRModule
void makePLRModule(const std::string &typeName, const std::map< std::string, std::string > ¶meters)
Definition:
PLRGmxInterface.cxx:149
InDetDD::PixelDetectorManager
Definition:
PixelDetectorManager.h:47
InDetDD::SiCommonItems
Definition:
SiCommonItems.h:45
InDetDD::PLRGmxInterface
Definition:
PLRGmxInterface.h:25
InDetDD
Message Stream Member.
Definition:
FakeTrackBuilder.h:8
physics_parameters.parameters
parameters
Definition:
physics_parameters.py:144
ReadCalibFromCool.typeName
typeName
Definition:
ReadCalibFromCool.py:477
InDetDD::PLRGmxInterface::sensorId
virtual int sensorId(std::map< std::string, int > &index) const override final
Definition:
PLRGmxInterface.cxx:27
InDetDD::PLRGmxInterface::PLRGmxInterface
PLRGmxInterface(PixelDetectorManager *detectorManager, SiCommonItems *commonItems, WaferTree *moduleTree)
Definition:
PLRGmxInterface.cxx:21
WaferTree
Definition:
WaferTree.h:74
Generated on Mon May 12 2025 21:16:06 for ATLAS Offline Software by
1.8.18