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

#ifndef HRICHIPUREMAKESIM_H
#define HRICHIPUREMAKESIM_H

#include "hreconstructor.h"

class HCategory;
class HIterator;
class HRichIPUParThresholds;
class HRichIPUParLocMax;
class HSpectrometer;
class HRuntimeDb;
class HLocMaxFilterSim;
// ***************************************************************************

class HRichIPURemakeSim : public HReconstructor {

// ***************************************************************************
protected:
  HCategory *pRich;                       //!
  HRichIPUParThresholds *fRichIPUParThr;  //!
  HRichIPUParLocMax *fRichIPUParLmax;     //!   
  HIterator * iterRich ;                  //!

private:
  Bool_t initParContainer(HSpectrometer *,HRuntimeDb *);

public:
  HRichIPURemakeSim(void);
  HRichIPURemakeSim(const Text_t *name,const Text_t *title);
  ~HRichIPURemakeSim(void);

  Bool_t init(void);
  Bool_t finalize(void);
  Int_t execute(void);
  void prepareInput(void);

  ClassDef(HRichIPURemakeSim,1) // IPU 
};

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

#endif  // HRICHIPUREMAKESIM_H

Last change: Sat May 22 13:09:17 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.