CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelTrackerMapCreator.h
Go to the documentation of this file.
1 #ifndef _SiPixelTrackerMapCreator_h_
2 #define _SiPixelTrackerMapCreator_h_
3 
7 #include <fstream>
8 #include <map>
9 #include <vector>
10 #include <string>
11 
13 
15 
16  public:
17 
18  SiPixelTrackerMapCreator( std::string themEName,
19  std::string theTKType,
20  bool offlineXMLfile);
22 
23  void create( DQMStore * bei);
24 
25  private:
26 
28  std::string & me_name,
29  int ndet);
30 
31  void paintTkMap( MonitorElement * mE);
32 
35 
36  std::string mEName ;
37  std::string TKType ;
39 
40  bool exploreBeiStructure( DQMStore * bei) ;
41 };
42 #endif
SiPixelTrackerMapCreator(std::string themEName, std::string theTKType, bool offlineXMLfile)
SiPixelInformationExtractor * infoExtractor_
bool exploreBeiStructure(DQMStore *bei)
void create(DQMStore *bei)
(Documentation under construction).
void paintTkMap(MonitorElement *mE)
MonitorElement * getTkMapMe(DQMStore *bei, std::string &me_name, int ndet)