#ifndef HHODOUNPACKER_H
#define HHODOUNPACKER_H
#include "hldunpack.h"
#include "hlocation.h"
class HHodoLookup;
class HHodoUnpacker: public HldUnpack {
protected:
UInt_t subEvtId;
HLocation loc;
HHodoLookup* lookup;
private:
Bool_t UnpackTDCv1190(UInt_t *data,UInt_t uBlockSize);
public:
HHodoUnpacker(UInt_t id=416);
~HHodoUnpacker(void) {}
Int_t getSubEvtId(void) const { return subEvtId; }
Int_t execute(void);
Bool_t init(void);
public:
ClassDef(HHodoUnpacker,0)
};
#endif /* !HHODOUNPACKER_H */
Last change: Sat May 22 12:57:39 2010
Last generated: 2010-05-22 12:57
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.