#ifndef HWALLUNPACKER_H
#define HWALLUNPACKER_H

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

class HWallLookup;

class HWallUnpacker: public HldUnpack {
protected:
  UInt_t subEvtId;
  HLocation loc;
  HWallLookup* lookup;
public:
  HWallUnpacker(UInt_t id=416);
  ~HWallUnpacker(void) {}
  Int_t getSubEvtId(void) const { return subEvtId; }
  Int_t execute(void); 
  Bool_t init(void);
public:
  ClassDef(HWallUnpacker,0) // Unpacker for Foward Wall data
};          

#endif /* !HWALLUNPACKER_H */








Last change: Sat May 22 13:17:51 2010
Last generated: 2010-05-22 13:17

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.