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
DQM
SiPixelMonitorClient
src
SiPixelLayoutParser.cc
Go to the documentation of this file.
1
#include "
DQM/SiPixelMonitorClient/interface/SiPixelLayoutParser.h
"
2
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
3
#include <iostream>
4
#include <cassert>
5
6
using namespace
std
;
7
8
//
9
// -- Constructor
10
//
11
SiPixelLayoutParser::SiPixelLayoutParser
() {
12
edm::LogInfo
(
"SiPixelLayoutParser"
) <<
" Creating SiPixelLayoutParser "
13
<<
"\n"
;
14
cout
<<
" Creating SiPixelLayoutParser "
<< endl;
15
}
16
17
//
18
// -- Get list of Layouts for ME groups
19
//
20
bool
SiPixelLayoutParser::getAllLayouts
(
map
<
string
, vector<string>> &layouts) {
21
// TODO: implement parser based on property_tree.
22
assert
(!
"No longer implemented."
);
23
return
false
;
24
}
MessageLogger.h
SiPixelLayoutParser.h
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
cms::cuda::assert
assert(be >=bs)
edm::LogInfo
Log< level::Info, false > LogInfo
Definition:
MessageLogger.h:125
SiPixelLayoutParser::getAllLayouts
bool getAllLayouts(std::map< std::string, std::vector< std::string >> &me_names)
Definition:
SiPixelLayoutParser.cc:20
std
Definition:
JetResolutionObject.h:76
SiPixelLayoutParser::SiPixelLayoutParser
SiPixelLayoutParser()
Definition:
SiPixelLayoutParser.cc:11
genParticles_cff.map
map
Definition:
genParticles_cff.py:11
Generated for CMSSW Reference Manual by
1.8.16