CMS 3D CMS Logo

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; }
MessageLogger.h
cms::cuda::assert
assert(be >=bs)
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripLayoutParser.h
SiStripLayoutParser::getAllLayouts
bool getAllLayouts(std::map< std::string, std::vector< std::string > > &me_names)
Definition: SiStripLayoutParser.cc:20
TkMap_script_phase1.filepath
filepath
Definition: TkMap_script_phase1.py:176
SiStripLayoutParser::SiStripLayoutParser
SiStripLayoutParser()
Definition: SiStripLayoutParser.cc:9
genParticles_cff.map
map
Definition: genParticles_cff.py:11
SiStripLayoutParser::getDocument
void getDocument(std::string filepath)
Definition: SiStripLayoutParser.cc:13