Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
SiPixelMonitorClient
interface
SiPixelLayoutParser.h
Go to the documentation of this file.
1
#ifndef SiPixelLayoutParser_H
2
#define SiPixelLayoutParser_H
3
13
#include "
DQMServices/ClientConfig/interface/DQMParserBase.h
"
14
#include <vector>
15
#include <fstream>
16
#include <string>
17
#include <map>
18
19
20
class
SiPixelLayoutParser
:
public
DQMParserBase
{
21
22
public
:
23
24
25
// Constructor
26
SiPixelLayoutParser
();
27
28
// Destructor
29
~SiPixelLayoutParser
();
30
31
// Get list of Layouts for ME groups
32
bool
getAllLayouts
(
std::map
<
std::string
, std::vector<std::string> >& me_names);
33
34
private
:
35
36
};
37
38
#endif
SiPixelLayoutParser::getAllLayouts
bool getAllLayouts(std::map< std::string, std::vector< std::string > > &me_names)
Definition:
SiPixelLayoutParser.cc:27
SiPixelLayoutParser::SiPixelLayoutParser
SiPixelLayoutParser()
Definition:
SiPixelLayoutParser.cc:12
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
Association.map
dictionary map
Definition:
Association.py:205
DQMParserBase
Definition:
DQMParserBase.h:33
SiPixelLayoutParser
Definition:
SiPixelLayoutParser.h:20
DQMParserBase.h
SiPixelLayoutParser::~SiPixelLayoutParser
~SiPixelLayoutParser()
Definition:
SiPixelLayoutParser.cc:20
Generated for CMSSW Reference Manual by
1.8.5