#ifndef HRICHTASKSET_H
#define HRICHTASKSET_H
#include "htaskset.h"
#include "TString.h"
class HRichTaskSet : public HTaskSet
{
 public:
   HRichTaskSet(void);
   HRichTaskSet(const Text_t name[],const Text_t title[]);
   ~HRichTaskSet(void);
   
   static HTask *make(const Char_t* select = "",const Option_t* option = "");
   static void   parseArguments(TString s1);
 private:
   static Bool_t iSkipEvent;  
                              
   static Bool_t inoiseOn;    
                              
   ClassDef(HRichTaskSet, 1) 
};
#endif /* !HRICHTASKSET_H */
Last change: Sat May 22 13:10:07 2010
Last generated: 2010-05-22 13:10
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.