00001 #ifndef TSISTRIPSPARAM_H 00002 #define TSISTRIPSPARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TSiStripsParam : public TGo4Parameter { 00007 public: 00008 TSiStripsParam(const char* name = 0); 00009 00010 00011 00012 ClassDef(TSiStripsParam,1) 00013 }; 00014 00015 #endif