#ifndef HWALLTRBUNPACKER_H
#define HWALLTRBUNPACKER_H

#include "htrbbaseunpacker.h"
#include "hlocation.h"

class HTrbLookup;
class HWallRefHitPar;

class HWallTrbUnpacker: public HTrbBaseUnpacker {

 protected:
  HLocation loc;
  Int_t debugWallFlag; 
  Int_t doRefTimeCorr;
  //HWallRefHitPar *refhit;
  Bool_t noTimeRefCorr;
  
 public:
  HWallTrbUnpacker(UInt_t id=416);
  ~HWallTrbUnpacker(void) { }
  
  Int_t execute(void); 
  Bool_t init(void);
  void setDebugWallFlag(Int_t db){ debugWallFlag = db;}
  void setRefTimeCorrFlag(Int_t fl){ doRefTimeCorr = fl; }
  void DisableTimeRef(void){noTimeRefCorr=true;};
  
 public:
  ClassDef(HWallTrbUnpacker,0) // Unpacker for Foward Wall data
};          

#endif /* !HWALLTRBUNPACKER_H */

Last change: Sat May 22 13:17:50 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.