CMS 3D CMS Logo

SiPixelTrackerMap.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:    SiPixelMonitorClient
00004 // Class:      SiPixelTrackerMap
00005 // 
00015 //
00016 // Original Author:  Dario Menasce
00017 //         Created:  
00018 // $Id: SiPixelTrackerMap.h,v 1.4 2008/05/01 14:35:05 merkelp Exp $
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 } ;

Generated on Tue Jun 9 17:33:19 2009 for CMSSW by  doxygen 1.5.4