#ifndef HRICHIPUMAP_H
#define HRICHIPUMAP_H
#include "hreconstructor.h"
class HCategory;
class HIterator;
class HIterator;
class HRichGeometryPar;
class HParSet;
class HRichIPUMap : public HReconstructor
{
protected:
HParSet *fpGeomPar;
HCategory *pRich;
HIterator * iterRich ;
public:
HRichIPUMap(void);
HRichIPUMap(const Text_t *name,const Text_t *title);
~HRichIPUMap(void);
Bool_t init(void);
Bool_t finalize(void);
Int_t execute(void);
HRichGeometryPar* getGeometryPar() { return ((HRichGeometryPar*)fpGeomPar); }
HParSet* getGeomPar() { return fpGeomPar; }
void setGeomPar(HParSet* pPar) { fpGeomPar = pPar; }
ClassDef(HRichIPUMap,1)
};
#endif // HRICHIPUMAP_H
Last change: Sat May 22 13:09:12 2010
Last generated: 2010-05-22 13:09
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.