File indexing completed on 2023-03-17 10:56:04
0001 #include "DQM/SiPixelMonitorClient/interface/SiPixelLayoutParser.h"
0002 #include "FWCore/MessageLogger/interface/MessageLogger.h"
0003 #include <iostream>
0004 #include <cassert>
0005
0006 using namespace std;
0007
0008
0009
0010
0011 SiPixelLayoutParser::SiPixelLayoutParser() {
0012 edm::LogInfo("SiPixelLayoutParser") << " Creating SiPixelLayoutParser "
0013 << "\n";
0014 cout << " Creating SiPixelLayoutParser " << endl;
0015 }
0016
0017
0018
0019
0020 bool SiPixelLayoutParser::getAllLayouts(map<string, vector<string>> &layouts) {
0021
0022 assert(!"No longer implemented.");
0023 return false;
0024 }