00001 #ifndef TEXPLODERPARAM_H 00002 #define TEXPLODERPARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TExploderParam : public TGo4Parameter { 00007 public: 00008 TExploderParam(const char* name = 0); 00009 00010 Bool_t pureExploderInput; // set this to true if input contains only exploder data 00011 00012 00013 ClassDef(TExploderParam,1) 00014 }; 00015 00016 #endif