Privacy and Security Notice

Qevent.h Source File

Qevent.h

00001 #include "tree.h"
00002 
00009 class Qevent{
00010 public:
00011 Qevent();
00012 int FillHits(char *eventfile);
00013 int numevents;
00014 FILE *events;
00015 Hit *hitlist;
00016 
00017 
00018 private:
00019 
00020 };

Generated on Fri Jan 11 22:33:59 2008 by  doxygen 1.4.6