00001 #ifndef SpyJPfreq_h
00002 #define SpyJPfreq_h
00003
00004 #include <TArrayF.h>
00005
00006 #include "SpyGeneric.h"
00007
00008 class SpyJPfreq: public SpyGeneric {
00009 public:
00010 SpyJPfreq();
00011 bool sense(FILE *fd);
00012 };
00013
00014 #endif