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
1.4.6