Main Page
Namespaces
Classes
Package Documentation
DQM
SiPixelMonitorClient
interface
SiPixelLayoutParser.h
Go to the documentation of this file.
1
#ifndef SiPixelLayoutParser_H
2
#define SiPixelLayoutParser_H
3
11
#include "
DQMServices/ClientConfig/interface/DQMParserBase.h
"
12
#include <fstream>
13
#include <map>
14
#include <string>
15
#include <vector>
16
17
class
SiPixelLayoutParser
:
public
DQMParserBase
{
18
public
:
19
// Constructor
20
SiPixelLayoutParser
();
21
22
// Destructor
23
~SiPixelLayoutParser
()
override
;
24
25
// Get list of Layouts for ME groups
26
bool
getAllLayouts
(
std::map
<
std::string
, std::vector<std::string>> &me_names);
27
28
private
:
29
};
30
31
#endif
SiPixelLayoutParser::SiPixelLayoutParser
SiPixelLayoutParser()
Definition:
SiPixelLayoutParser.cc:12
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DQMParserBase
Definition:
DQMParserBase.h:31
genParticles_cff.map
map
Definition:
genParticles_cff.py:11
SiPixelLayoutParser
Definition:
SiPixelLayoutParser.h:17
SiPixelLayoutParser::getAllLayouts
bool getAllLayouts(std::map< std::string, std::vector< std::string >> &me_names)
Definition:
SiPixelLayoutParser.cc:27
SiPixelLayoutParser::~SiPixelLayoutParser
~SiPixelLayoutParser() override
Definition:
SiPixelLayoutParser.cc:20
DQMParserBase.h
Generated for CMSSW Reference Manual by
1.8.11