#ifndef HHODODUMMY_H
#define HHODODUMMY_H
#include "hreconstructor.h"
#include "hlocation.h"
class HCategory;
class HIterator;
class HHodoDummy : public HReconstructor {
protected:
HCategory *rawCat;
HIterator *iter;
HLocation loc;
public:
HHodoDummy(void);
HHodoDummy(const Text_t* name,const Text_t* title);
~HHodoDummy(void);
Bool_t init(void);
Bool_t finalize(void) { return kTRUE; }
Int_t execute(void);
public:
ClassDef(HHodoDummy,0)
};
#endif /* !HHODODUMMY_H */
Last change: Sat May 22 12:57:21 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.