#ifndef HHODOUNPACKER_H
#define HHODOUNPACKER_H

#include "hldunpack.h"
#include "hlocation.h"

class HHodoLookup;

class HHodoUnpacker: public HldUnpack {
protected:
  UInt_t subEvtId;     // subevent id
  HLocation loc;       // location in the raw data category
  HHodoLookup* lookup; // pointer to lookup table

private:
	Bool_t UnpackTDCv1190(UInt_t *data,UInt_t uBlockSize);// Unpack TDC1190 data

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) // Unpacker for data of the Hodoscopes
};          

#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.