#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;
HLocation loc;
HStartLookup* lookup;
public:
HStartUnpacker(Int_t id=416);
~HStartUnpacker(void) {}
Int_t getSubEvtId() const { return subEvtId; }
Bool_t init(void);
Int_t execute();
ClassDef(HStartUnpacker,0)
};
#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.