Main Page
+
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
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
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
+
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
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
DetectorDescription
Core
interface
DDAxes.h
Go to the documentation of this file.
1
#ifndef DDAxes_h
2
#define DDAxes_h
3
4
#include "
DetectorDescription/Core/interface/Singleton.h
"
5
6
#include <string>
7
#include <map>
8
10
11
enum class
DDAxes
{
x
,
y
,
z
,
rho
,
radial3D
,
phi
,
undefined
};
12
13
class
AxesNames
{
14
public
:
15
AxesNames
();
16
~AxesNames
();
17
18
const
std::string
name
(
const
DDAxes
&
s
);
19
20
private
:
21
std::map<std::string, DDAxes>
axesmap_
;
22
};
23
24
class
DDAxesNames
:
public
DDI::Singleton
<AxesNames> {
25
public
:
26
static
const
std::string
name
(
const
DDAxes
&
s
);
27
};
28
29
#endif // DDAxes_h
DDAxes::rho
AxesNames::AxesNames
AxesNames()
Definition:
DDAxes.cc:5
AxesNames
Definition:
DDAxes.h:13
AxesNames::~AxesNames
~AxesNames()
Definition:
DDAxes.cc:14
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
AxesNames::name
const std::string name(const DDAxes &s)
Definition:
DDAxes.cc:16
DDAxes::phi
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DDAxes::radial3D
Singleton.h
DDI::Singleton
Definition:
Singleton.h:6
AxesNames::axesmap_
std::map< std::string, DDAxes > axesmap_
Definition:
DDAxes.h:21
DDAxes::undefined
DDAxes::y
DDAxes
DDAxes
analagous to geant4/source/global/HEPGeometry/include/geomdefs.hh
Definition:
DDAxes.h:11
DDAxesNames
Definition:
DDAxes.h:24
DDAxes::z
DDAxesNames::name
static const std::string name(const DDAxes &s)
Definition:
DDAxes.cc:24
DDAxes::x
Generated for CMSSW Reference Manual by
1.8.14