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
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
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
Geometry
MTDCommonData
src
MTDTopologyMode.cc
Go to the documentation of this file.
1
#include "
Geometry/MTDCommonData/interface/MTDTopologyMode.h
"
2
3
#include <string>
4
5
namespace
MTDTopologyMode
{
6
7
Mode
MTDStringToEnumParser
(
const
std::string
&
value
) {
8
std::string
prefix
(
"MTDTopologyMode::"
);
9
Mode
output
=
Mode::undefined
;
10
if
(
value
==
prefix
+
"tile"
) {
11
output
=
Mode::tile
;
12
}
else
if
(
value
==
prefix
+
"bar"
) {
13
output
=
Mode::bar
;
14
}
else
if
(
value
==
prefix
+
"barzflat"
) {
15
output
=
Mode::barzflat
;
16
}
else
if
(
value
==
prefix
+
"barphiflat"
) {
17
output
=
Mode::barphiflat
;
18
}
else
if
(
value
==
prefix
+
"btlv1etlv4"
) {
19
output
=
Mode::btlv1etlv4
;
20
}
else
if
(
value
==
prefix
+
"btlv1etlv5"
) {
21
output
=
Mode::btlv1etlv5
;
22
}
else
{
23
throw
cms::Exception
(
"MTDTopologyModeError"
) <<
"the value "
<<
value
<<
" is not defined."
;
24
}
25
return
output
;
26
}
27
28
}
// namespace MTDTopologyMode
convertSQLitetoXML_cfg.output
output
Definition:
convertSQLitetoXML_cfg.py:72
MTDTopologyMode::MTDStringToEnumParser
Mode MTDStringToEnumParser(const std::string &)
Definition:
MTDTopologyMode.cc:7
MTDTopologyMode::Mode::barphiflat
MTDTopologyMode.h
MTDTopologyMode::Mode::btlv1etlv5
MTDTopologyMode::Mode::barzflat
MTDTopologyMode
Definition:
MTDTopologyMode.h:11
value
Definition:
value.py:1
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
MTDTopologyMode::Mode
Mode
Definition:
MTDTopologyMode.h:13
MTDTopologyMode::Mode::tile
Exception
Definition:
hltDiff.cc:245
MTDTopologyMode::Mode::bar
MTDTopologyMode::Mode::undefined
MTDTopologyMode::Mode::btlv1etlv4
hcallasereventfilter2012_cfi.prefix
prefix
Definition:
hcallasereventfilter2012_cfi.py:10
Generated for CMSSW Reference Manual by
1.8.16