CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/CSCMonitorModule/interface/CSCDQM_ClusterLocalMax.h

Go to the documentation of this file.
00001 #ifndef CSCDQM_ClusterLocalMax_h
00002 #define CSCDQM_ClusterLocalMax_h
00003 
00004 #include <TObject.h>
00005 
00006 namespace cscdqm {
00007 
00012   class ClusterLocalMax {
00013 
00014     public:
00015       int Time;
00016       int Strip;
00017 
00018       ClusterLocalMax();
00019       virtual ~ClusterLocalMax();
00020       // ClassDef(ClusterLocalMax,1) //ClusterLocalMax
00021 
00022   };
00023 
00024 }
00025 
00026 #endif