#ifndef HRTM3METAMATCHSIM_H
#define HRTM3METAMATCHSIM_H
#include "hrtmetasegsim.h"
#include "hrtm3metamatch.h"
#include "TNtuple.h"
class HRtM3MetaMatchSim : public HRtM3MetaMatch {
public:
HRtM3MetaMatchSim(const Text_t name[],const Text_t title[]) : HRtM3MetaMatch(name,title) {fControl = 0;}
~HRtM3MetaMatchSim(void) {}
Bool_t init(void);
protected:
HRtMetaSeg *fillData(HMdcHit *hit, HGeomVector &pos, HGeomVector &alpha,
HRtMetaPoint *point);
HCategory *makeOutputCategory(HEvent *ev);
HRtMetaSeg *makeSegment(TObject *s);
void fillControl(HMdcHit *hit, HRtMetaPoint &point,
Float_t dx,Float_t dy,Int_t &nValid);
HCategory *fCatKine;
TNtuple *fControl;
public:
ClassDef(HRtM3MetaMatchSim,1)
};
#endif
Last change: Sat May 22 13:11:41 2010
Last generated: 2010-05-22 13:11
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.