#ifndef HRTMDCRES_H
#define HRTMDCRES_H

#include "hreconstructor.h"
#include "hgeomtransform.h"
#include "hlocation.h"
#include "TNtuple.h"

class HCategory;
class HIterator;
class HMdcGeomPar;
class HSpecGeomPar;

class HRtMdcRes : public HReconstructor {
 public:
  HRtMdcRes(const Text_t name[],const Text_t title[],Int_t sec=0,Int_t mod=2);
  ~HRtMdcRes(void);
  Int_t execute(void);
  Bool_t init(void);
  Bool_t finalize(void);
  Bool_t reinit(void);
 protected:
  HCategory *fCatSeg; //!
  HCategory *fCatHit;//!
  HIterator *fSegIter;//!
  HIterator *fHitIter;//!
  HMdcGeomPar *fMdcGeometry;//!
  HSpecGeomPar *fSpecGeometry;//!
  HGeomTransform fModTrans;//!
  HLocation fLoc,fSegLoc;//!
  TNtuple *fData;//!
 public:
  ClassDef(HRtMdcRes,1)
};

#endif

Last change: Sat May 22 13:11:48 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.