#ifndef HRTMDCTRACKIOSIM_H
#define HRTMDCTRACKIOSIM_H
#include "hrtmdctrackio.h"
class HRtMdcTrackIoSim : public HRtMdcTrackIo {
public:
HRtMdcTrackIoSim(Bool_t mode=kTRUE) : HRtMdcTrackIo(mode) {
fOutputClassName = "HRtMdcTrkSim";
}
~HRtMdcTrackIoSim(void) {}
void acceptTrack(HRtVector &p,HRtMatrix &cov, Float_t chi2,HMdcSeg *innerSeg,
HRtSegmentRef *outerSeg, HRtTrackEvaluator *evaluator,
HRtFitter::EFitResult fitResult);
ClassDef(HRtMdcTrackIoSim,1)
};
#endif
Last change: Sat May 22 13:11:51 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.