#ifndef HRICHRINGFINDIPUSIM_H
#define HRICHRINGFINDIPUSIM_H
#include "hrichringfindIPU.h"
class HRichAnalysisIPUSim;
class HRichHitIPUSim;
class HRichRingFindIPUSim: public HRichRingFindIPU
{
protected:
void LookForTrack(HRichAnalysisIPUSim *showMe);
virtual void fillHit(Int_t row, Int_t column, Int_t quality, Int_t vetoQuality, Int_t nPads);
public:
HRichRingFindIPUSim(void);
virtual ~HRichRingFindIPUSim(void);
Bool_t init(HRichAnalysisIPUSim*);
HRichRingFindIPUSim(const HRichRingFindIPUSim& source);
HRichRingFindIPUSim& operator=(const HRichRingFindIPUSim& source);
Int_t Execute(HRichAnalysisIPUSim *giveMe);
ClassDef(HRichRingFindIPUSim,1)
};
#endif // HRICHRINGFINDIPUSIM_H
Last change: Sat May 22 13:09:59 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.