#ifndef HTOFUNPACKER99_H
#define HTOFUNPACKER99_H
#include "hldsubevt.h"
#include "hldunpack.h"
#include "tofdef.h"
class HTofUnpacker99: public HldUnpack {
public:
HTofUnpacker99(void);
~HTofUnpacker99(void);
Int_t getSubEvtId() const { return 400; }
Int_t byte(Int_t b, UInt4 i) { return (i >> (32 - 8*b)) & 0xff; }
Int_t execute();
Bool_t init(void);
protected:
Int_t fill();
UInt_t *pTofData;
public:
ClassDef(HTofUnpacker99,0)
};
#endif /* !HTOFUNPACKER99_H */
Last change: Sat May 22 13:16:32 2010
Last generated: 2010-05-22 13:16
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.