#if !defined HONLPROCESSEVENT_H
#define HONLPROCESSEVENT_H
#include "hreconstructor.h"
class HOnlProcessEvent : public HReconstructor {
public:
HOnlProcessEvent() : HReconstructor() {}
HOnlProcessEvent(const Text_t *name,const Text_t *title) : HReconstructor(name,title) {}
~HOnlProcessEvent() {}
Bool_t init();
Int_t execute();
Bool_t finalize() { return kTRUE; }
public:
ClassDef(HOnlProcessEvent,1)
};
#endif
Last change: Sat May 22 13:05:00 2010
Last generated: 2010-05-22 13:05
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.