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