#ifndef HDECO_H
#define HDECO_H
#include "hreconstructor.h"
#include "TString.h"
class HCategory;
class HDeco : public HReconstructor {
public:
HDeco(const Text_t *name,const Text_t *title,const Option_t * sel);
HDeco();
virtual ~HDeco();
Bool_t init();
Bool_t finalize() {return kTRUE;}
Int_t execute();
TString sele;
ClassDef(HDeco,1)
};
#endif /* !HDECO_H */
Last change: Sat May 22 12:54:33 2010
Last generated: 2010-05-22 12:54
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.