00001 #ifndef __MMUISLOWSIMPAR_HH__ 00002 #define __MMUISLOWSIMPAR_HH__ 00003 00004 #include<PHObject.h> 00005 #include<TMuiParBase.h> 00006 00010 class mMuiSlowSimPar : public TMuiParBase 00011 { 00012 00013 public: 00014 00016 mMuiSlowSimPar(){;} 00017 00019 ~mMuiSlowSimPar(){;} 00020 00022 void identify(ostream& os = cout) const { os << "mMuiSlowSimPar";} 00023 00024 // ADD GETTERS AND SETTERS FOR RUNTIME PARAMETERS HERE 00025 // 00026 00027 private: 00028 00029 // ADD RUNTIME PARAMETERS HERE 00030 // 00031 00032 }; 00033 00034 #endif /* __MMUISLOWSIMPAR_HH__ */ 00035 00036 00037 00038 00039 00040 00041