CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SiStripLayoutParser.cc
Go to the documentation of this file.
3 #include <iostream>
4 #include <cassert>
5 
6 //
7 // -- Constructor
8 //
10  edm::LogInfo("SiStripLayoutParser") << " Creating SiStripLayoutParser "
11  << "\n";
12 }
14  // TODO: add new parser based on boost::property_tree.
15  assert(!"No longer implemented.");
16 }
17 //
18 // -- Get list of Layouts for ME groups
19 //
20 bool SiStripLayoutParser::getAllLayouts(std::map<std::string, std::vector<std::string> >& layouts) { return false; }
assert(be >=bs)
Log< level::Info, false > LogInfo
bool getAllLayouts(std::map< std::string, std::vector< std::string > > &me_names)
void getDocument(std::string filepath)