#ifndef HSTART2HODO_H
#define HSTART2HODO_H
#include "hreconstructor.h"
#include "hlocation.h"
class HCategory;
class HIterator;
class HStart2Hodo : public HReconstructor {
protected:
HCategory *rawHodoCat;
HCategory *rawStartCat;
HIterator *iter;
HLocation loc;
Int_t smod, hmod;
public:
HStart2Hodo(void);
HStart2Hodo(const Text_t* name,const Text_t* title);
~HStart2Hodo(void);
void set_mod(Int_t sm,Int_t hm){smod=sm; hmod=hm;};
Bool_t init(void);
Bool_t finalize(void) { return kTRUE; }
Int_t execute(void);
public:
ClassDef(HStart2Hodo,0)
};
#endif /* !HSTART2HODO_H */
Last change: Sat May 22 13:14:33 2010
Last generated: 2010-05-22 13:14
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.