00001 #ifndef _TFaspPARAM_H_ 00002 #define _TFaspPARAM_H_ 00003 00004 #include "TGo4Parameter.h" 00005 #include "TFaspEvent.h" 00006 00007 class TFaspParam : public TGo4Parameter 00008 { 00009 public: 00010 TFaspParam () {} 00011 TFaspParam (const char* name); 00012 00013 Int_t numFasps; 00014 00015 Bool_t printEvent; 00016 00017 ClassDef(TFaspParam,1) 00018 }; 00019 00020 00021 #endif // _TFaspPARAM_H_