Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:08:43

0001 #include "DQM/SiStripMonitorClient/interface/SiStripLayoutParser.h"
0002 #include "FWCore/MessageLogger/interface/MessageLogger.h"
0003 #include <iostream>
0004 #include <cassert>
0005 
0006 //
0007 // -- Constructor
0008 //
0009 SiStripLayoutParser::SiStripLayoutParser() {
0010   edm::LogInfo("SiStripLayoutParser") << " Creating SiStripLayoutParser "
0011                                       << "\n";
0012 }
0013 void SiStripLayoutParser::getDocument(std::string filepath) {
0014   // TODO: add new parser based on boost::property_tree.
0015   assert(!"No longer implemented.");
0016 }
0017 //
0018 // -- Get list of Layouts for ME groups
0019 //
0020 bool SiStripLayoutParser::getAllLayouts(std::map<std::string, std::vector<std::string> >& layouts) { return false; }