#ifndef HRICHRINGFINDSIM_H
#define HRICHRINGFINDSIM_H
#include "hrichringfind.h"
class HRichAnalysisSim;
class HRichHitSim;
class HRichRingFindSim: public HRichRingFind
{
public:
HRichRingFindSim();
virtual ~HRichRingFindSim();
Bool_t init(HRichAnalysisSim* showMe);
Int_t Execute(HRichAnalysisSim *giveMe);
private:
void LookForTrack(HRichAnalysisSim *showMe);
HRichHitSim* pRings;
ClassDef(HRichRingFindSim, 0)
};
#endif /* !HRICHRINGFINDSIM_H */
Last change: Sat May 22 13:10:00 2010
Last generated: 2010-05-22 13:10
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.