#ifndef HRPCTASKSET_H
#define HRPCTASKSET_H

#include "htaskset.h"

class HRpcTaskSet : public HTaskSet {

public:
  HRpcTaskSet(void); // : HTaskSet() {}   //HRpcTaskSet(void);
  HRpcTaskSet(const Text_t name[],const Text_t title[]); // : HTaskSet(name,title) {} //HRpcTaskSet(Text_t name[],Text_t title[]);
  ~HRpcTaskSet(void); // {} //~HRpcTaskSet(void);

  
 // function to be used for derived task sets (HRpcTaskSet, etc.)
  HTask *make(const Char_t* select="",const Option_t* option="");

  ClassDef(HRpcTaskSet,1) // Set of tasks
};

#endif /* !HRPCTASKSET_H */

Last change: Sat May 22 13:11:24 2010
Last generated: 2010-05-22 13:11

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.