// $Id: hrichpcasim.h,v 1.5 2009-07-15 11:39:22 halo Exp $
// Last update by Thomas Eberl: 02/09/25 18:13:31
//
#ifndef HRICHPCASIM_H
#define HRICHPCASIM_H

#include "hreconstructor.h"
#include "TFile.h"
#include "TPrincipal.h"
#include "TH3.h"
class HCategory;
class HIterator;
class HRichPCASim : public HReconstructor {
public:

    HRichPCASim();
    HRichPCASim(const Text_t *name,const Text_t *title);
    HRichPCASim(const Text_t *name,const Text_t *title,const Char_t* filename);
    ~HRichPCASim();

    Bool_t init();
    Bool_t finalize();
    Int_t execute();
    HCategory* getHitMatchCat(){return pHitMatchCat;};
    ClassDef(HRichPCASim,1) //ROOT extension

protected:
    Int_t nNbVariables; //! 
    HCategory* pHitMatchCat; //!
    HIterator* pIterMatchHit; //!
    TFile *pFile; //!
    TPrincipal *principal; //!
    TH3D *h3; //!
};

#endif // HRICHPCASIM_H


Last change: Sat May 22 13:09:28 2010
Last generated: 2010-05-22 13:09

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.