#ifndef HKICKTASK_H
#define HKICKTASK_H
#include "hreconstructor.h"
class HRuntimeDb;
class HParIo;
class HKickTask : public HReconstructor {
public:
HKickTask(void) {}
HKickTask(const Text_t name[],const Text_t title[]) : HReconstructor(name,title) {}
static void setKickParInput(HParIo *io,Int_t n);
static void setKickParIo(HRuntimeDb *rtdb);
static void setKickParOutput(HParIo *io);
ClassDef(HKickTask,0)
};
#endif
Last change: Sat May 22 12:58:37 2010
Last generated: 2010-05-22 12:58
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.