#ifndef HRICHIPUREMAKE_H
#define HRICHIPUREMAKE_H
#include "hreconstructor.h"
class HCategory;
class HIterator;
class HRichIPUParThresholds;
class HRichIPUParLocMax;
class HSpectrometer;
class HRuntimeDb;
class HLocMaxFilter;
class HRichIPURemake : public HReconstructor {
protected:
HCategory *pRich;
HRichIPUParThresholds *fRichIPUParThr;
HRichIPUParLocMax *fRichIPUParLmax;
HIterator * iterRich ;
private:
Bool_t initParContainer(HSpectrometer *,HRuntimeDb *);
public:
HRichIPURemake(void);
HRichIPURemake(const Text_t *name,const Text_t *title);
~HRichIPURemake(void);
Bool_t init(void);
Bool_t finalize(void);
Int_t execute(void);
void prepareInput(void);
ClassDef(HRichIPURemake,1)
};
#endif // HRICHIPUREMAKE_H
Last change: Sat May 22 13:09:16 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.