#ifndef HRICHCATEGORYVIEWER_H
#define HRICHCATEGORYVIEWER_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "hparset.h"
class HCategory;
class HIterator;
class HRichCategoryViewer : public HReconstructor {
public:
HRichCategoryViewer(const Text_t *name,const Text_t *title,Int_t category);
HRichCategoryViewer();
~HRichCategoryViewer();
Bool_t init();
Bool_t finalize();
Int_t execute();
Int_t fCategory;
private:
ClassDef(HRichCategoryViewer,1)
};
#endif // HRICHCATEGORYVIEWER_H
Last change: Sat May 22 13:08:17 2010
Last generated: 2010-05-22 13:08
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.