Privacy and Security Notice

Qset.h Source File

Qset.h

00001 #ifndef QSET_H
00002 #define QSET_H
00003 
00004 
00012 class Qset{
00013 public:
00014 Qset();
00015 int FillDetec(char *geomfile);
00016 int numdetectors;
00017 
00018 private:
00019 void LinkDetector(void);
00020 
00021 };
00022 
00023 
00024 #endif

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