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
edm::LogInfo
Definition:
MessageLogger.h:254
cms::cuda::assert
assert(be >=bs)
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