#ifndef HRICHANALYSISSIM_H
#define HRICHANALYSISSIM_H
#include "hrichanalysis.h"
class HCategory;
class HRichCalSim;
class HRichHitSim;
class HRichRingFindSim;
class HRichAnalysisSim: public HRichAnalysis
{
public:
HRichAnalysisSim(void);
HRichAnalysisSim(const Text_t *name,const Text_t *title, Bool_t kSkip = kFALSE);
~HRichAnalysisSim(void);
Bool_t init(void);
Bool_t reinit(void);
Int_t execute();
Int_t getPadsNTrack1(Int_t padx, Int_t pady, Int_t sec);
Int_t getPadsNTrack2(void);
Int_t getTrack(Int_t index);
Int_t getFlag(Int_t index);
HRichHitSim *pRings;
private:
void sortTracks(HRichHitSim *);
void updateHits(Int_t nSec);
Bool_t initParameters(void);
Bool_t kSkipEvtIfNoRing;
HRichRingFindSim* pRingFindSim;
HCategory* m_pTrackCat;
HRichCalSim* pRichCalSim;
ClassDef(HRichAnalysisSim, 0)
};
#endif /* !HRICHANALYSISSIM_H */
Last change: Sat May 22 13:08:11 2010
Last generated: 2010-05-22 13:08
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.