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