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