#ifndef HSTARTUNPACKER_H
#define HSTARTUNPACKER_H

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

class HStartLookup;

class HStartUnpacker: public HldUnpack {
  friend class  HStartMonitor;
  protected:
    Int_t subEvtId;        //! subevent id
    HLocation loc;         //! location in the matrix category for raw data
    HStartLookup* lookup;  //! lookup table for start unpacker
  public:
    HStartUnpacker(Int_t id=416);
    ~HStartUnpacker(void) {}
    Int_t getSubEvtId() const { return subEvtId; }
    Bool_t init(void);
    Int_t execute();

    ClassDef(HStartUnpacker,0) // Unpacker for START data
};

#endif /* !HSTARTUNPACKER_H */












Last change: Sat May 22 13:14:56 2010
Last generated: 2010-05-22 13:14

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.