//*-- Author: Alberica Toia
//*-- Modified: Joern Wuestenfeld 05/19/2005

#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;    //! Pointer to RICH geometry parameters
    HCategory *pRich;      //! Pointer to RICH hard hit category
    HIterator * iterRich ; //! Iterator over RICH category

  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) // RICH IPU map
  };

//============================================================================

#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.