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