//*-- Author: Alberica Toia
//*-- Modified: Joern Wuestenfeld 05/13/2005

#ifndef HRICHIPUTASKSET_H
#define HRICHIPUTASKSET_H

#include "htaskset.h"

class HRichIPUTaskSet : public HTaskSet
{
public:
  HRichIPUTaskSet(void);
  HRichIPUTaskSet(const Text_t name[],const Text_t title[]);
  ~HRichIPUTaskSet(void);

  HTask *make(const Char_t *select="",const Option_t *option="");

  ClassDef(HRichIPUTaskSet,1) // Set of tasks for RICH IPU
};

#endif /* !HRICHIPUTASKSET_H */

Last change: Sat May 22 13:09:18 2010
Last generated: 2010-05-22 13:09

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.