#ifndef HRTMETATRACKIO_H
#define HRTMETATRACKIO_H
#include "hrttrackio.h"
#include "hiterator.h"
class HRtMetaTrackIo : public HRtTrackIo {
public:
HRtMetaTrackIo(void);
~HRtMetaTrackIo(void);
virtual Bool_t init(HEvent *ev,HRuntimeDb *rtdb);
Int_t readOuterSegments(TClonesArray &segArray);
void acceptTrack(HRtVector &p,HRtMatrix &cov,Float_t chi2,
HMdcSeg *innerSeg,HRtSegmentRef *outerSeg,
HRtTrackEvaluator *evaluator,
HRtFitter::EFitResult fitResult);
protected:
HIterator *fMetaIter;
ClassDef(HRtMetaTrackIo,1)
};
#endif
Last change: Sat May 22 13:12:03 2010
Last generated: 2010-05-22 13:12
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.