CMS 3D CMS Logo

SiPixelLayoutParser.cc
Go to the documentation of this file.
3 #include <iostream>
4 #include <cassert>
5 
6 using namespace std;
7 
8 //
9 // -- Constructor
10 //
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 }
assert(be >=bs)
Log< level::Info, false > LogInfo
bool getAllLayouts(std::map< std::string, std::vector< std::string >> &me_names)