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