#ifndef HMDCHITINDEXCORR_H
#define HMDCHITINDEXCORR_H
#include "hreconstructor.h"
class HCategory;
class HIterator;
class HMdcHitIndexCorr: public HReconstructor {
protected:
HCategory *fMdcSegCat;
HIterator *fMdcSegIter;
public:
HMdcHitIndexCorr(void);
HMdcHitIndexCorr(const Text_t *name,const Text_t *title);
~HMdcHitIndexCorr(void);
Bool_t init(void);
Bool_t finalize(void);
Int_t execute(void);
ClassDef(HMdcHitIndexCorr,0)
};
#endif /* !HMDCHITINDEXCORR_H */
Last change: Sat May 22 13:02:24 2010
Last generated: 2010-05-22 13:02
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.