#ifndef HSTARTTASKSET_H
#define HSTARTTASKSET_H
#include "htaskset.h"
class HStartTaskSet : public HTaskSet {
public:
HStartTaskSet(void);
HStartTaskSet(const Text_t name[],const Text_t title[]);
~HStartTaskSet(void);
HTask *make(const Char_t *select="",const Option_t *option="");
ClassDef(HStartTaskSet,1)
};
#endif /* !HSTARTTASKSET_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.