#ifndef HTOFINOUNPACKER_H
#define HTOFINOUNPACKER_H

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

class HTofinoLookup;

class HTofinoUnpacker: public HldUnpack {
protected:
  Int_t subEvtId;              //! subevent id
  HLocation loc;
  HTofinoLookup* lookup;
public:
  HTofinoUnpacker(Int_t id=412);
  ~HTofinoUnpacker(void) {}
  Int_t getSubEvtId() const { return subEvtId; }
  Int_t execute();
  Bool_t init(void);
  ClassDef(HTofinoUnpacker,0)         // unpack TOFINO data
};

#endif /* !HTOFINOUNPACKER_H */

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