00001 00013 #ifndef EGIW_HARNESS_H 00014 #define EGIW_HARNESS_H 00015 00016 #include "epdf_harness.h" 00017 00018 namespace bdm 00019 { 00020 00021 class egiw_harness : public epdf_harness 00022 { 00023 private: 00024 double lognc; 00025 00026 public: 00027 egiw_harness():lognc(0) { } 00028 00029 void test(const char *config_name, int idx); 00030 00031 void from_setting(const Setting &set); 00032 }; 00033 00034 } 00035 00036 #endif