Go to the documentation of this file.00001
00002
00003
00004
00005
00015
00016
00017
00018
00019
00020
00021
00022 #include "CommonTools/TrackerMap/interface/TrackerMap.h"
00023
00024 class SiPixelTrackerMap : public TrackerMap
00025 {
00026 public :
00027
00028 SiPixelTrackerMap(std::string s = " ",
00029 int xsize1 = 340,
00030 int ysize1 = 200 ) ;
00031 ~SiPixelTrackerMap(void) {;}
00032
00033 void drawModule(TmModule * mod,
00034 int key,
00035 int nlay,
00036 bool print_total ) ;
00037 void print( bool print_total = true,
00038 std::string TKType = "Averages",
00039 float minval = 0.,
00040 float maxval = 0. ) ;
00041
00042 private :
00043
00044 int dummy ;
00045 std::string title ;
00046 } ;