src
DQM
SiStripMonitorClient
interface
SiStripLayoutParser.h
Go to the documentation of this file.
1
#ifndef SiStripLayoutParser_H
2
#define SiStripLayoutParser_H
3
11
#include <vector>
12
#include <fstream>
13
#include <string>
14
#include <map>
15
16
class
SiStripLayoutParser
{
17
public
:
18
// Constructor
19
SiStripLayoutParser
();
20
21
void
getDocument
(
std::string
filepath
);
22
23
// Get list of Layouts for ME groups
24
bool
getAllLayouts
(
std::map
<
std::string
, std::vector<std::string> >& me_names);
25
26
private
:
27
};
28
29
#endif
TkMap_script_phase1.filepath
filepath
Definition:
TkMap_script_phase1.py:176
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripLayoutParser::SiStripLayoutParser
SiStripLayoutParser()
Definition:
SiStripLayoutParser.cc:9
genParticles_cff.map
map
Definition:
genParticles_cff.py:11
SiStripLayoutParser
Definition:
SiStripLayoutParser.h:16
SiStripLayoutParser::getAllLayouts
bool getAllLayouts(std::map< std::string, std::vector< std::string > > &me_names)
Definition:
SiStripLayoutParser.cc:20
SiStripLayoutParser::getDocument
void getDocument(std::string filepath)
Definition:
SiStripLayoutParser.cc:13
Generated for CMSSW Reference Manual by
1.8.14