#ifndef HHODOTASKSET_H
#define HHODOTASKSET_H

#include "htaskset.h"

class HHodoTaskSet : public HTaskSet {
public:
  HHodoTaskSet(void) : HTaskSet() {}
  HHodoTaskSet(const Text_t name[],const Text_t title[]) : HTaskSet(name,title) {}
  ~HHodoTaskSet(void) {}
  HTask* make(const Char_t* select="",const Option_t* option="");
  ClassDef(HHodoTaskSet,1) // Set of tasks for the Pion Hodoscopes
};

#endif /* !HHODOTASKSET_H */

Last change: Sat May 22 12:57:37 2010
Last generated: 2010-05-22 12:57

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.