00001 #ifndef SpyCorruption_h 00002 #define SpyCorruption_h 00003 00004 #include <TArrayF.h> 00005 00006 #include "SpyGeneric.h" 00007 00008 class SpyCorruption: public SpyGeneric { 00009 TArrayF a0,d0;// last histo and last difference 00010 int lastSum; 00011 public: 00012 SpyCorruption(); 00013 bool sense(FILE *fd); 00014 }; 00015 00016 #endif
1.5.9