ROOT logo
#ifndef HTOFUNPACKER_H
#define HTOFUNPACKER_H

//
// Author: Walter Karig <W.Karig@gsi.de>
// Last update: 08/12/2000  I.Koenig
//
#include "hldunpack.h"
#include "hlocation.h"

class HTofLookup;

class HTofUnpacker: public HldUnpack {
public:
  HTofUnpacker(UInt_t id=411);
  ~HTofUnpacker(void) {}
  Int_t getSubEvtId() const { return subEvtId; }
  Int_t execute(); 
  Bool_t init(void);
  Int_t evCounter;
  Int_t errorCounter;
protected:
  UInt_t subEvtId;
  HLocation loc;
  HTofLookup* lookup;
public:
  ClassDef(HTofUnpacker,0)         // unpack TOF data
};          

#endif /* !HTOFUNPACKER_H */







 htofunpacker.h:1
 htofunpacker.h:2
 htofunpacker.h:3
 htofunpacker.h:4
 htofunpacker.h:5
 htofunpacker.h:6
 htofunpacker.h:7
 htofunpacker.h:8
 htofunpacker.h:9
 htofunpacker.h:10
 htofunpacker.h:11
 htofunpacker.h:12
 htofunpacker.h:13
 htofunpacker.h:14
 htofunpacker.h:15
 htofunpacker.h:16
 htofunpacker.h:17
 htofunpacker.h:18
 htofunpacker.h:19
 htofunpacker.h:20
 htofunpacker.h:21
 htofunpacker.h:22
 htofunpacker.h:23
 htofunpacker.h:24
 htofunpacker.h:25
 htofunpacker.h:26
 htofunpacker.h:27
 htofunpacker.h:28
 htofunpacker.h:29
 htofunpacker.h:30
 htofunpacker.h:31
 htofunpacker.h:32
 htofunpacker.h:33
 htofunpacker.h:34
 htofunpacker.h:35
 htofunpacker.h:36
 htofunpacker.h:37