Unspikes.hh

Go to the documentation of this file.
00001 
00008 #ifndef UNSPIKES_h
00009 #define UNSPIKES_h
00010 #include "TObject.h"
00011 
00017 class Unspikes
00018 {
00019 public:
00020   Unspikes()
00021   {
00022     Clear();
00023   }
00024   virtual ~Unspikes() {}
00025   void Clear()
00026   {
00027     nbad=0;
00028   }
00029   
00030   int nbad; 
00031   ClassDef(Unspikes,1)
00032 };
00033   
00034 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1