#ifndef HRICHPCA_H
#define HRICHPCA_H
#include "hreconstructor.h"
#include "TFile.h"
#include "TPrincipal.h"
#include "TH3.h"
#include "TH2.h"
class HCategory;
class HIterator;
class HRichPCA : public HReconstructor {
public:
HRichPCA();
HRichPCA(const Text_t *name,const Text_t *title);
HRichPCA(const Text_t *name,const Text_t *title,const Char_t* filename);
~HRichPCA();
Bool_t init();
Bool_t finalize();
Int_t execute();
HCategory* getHitMatchCat(){return pHitMatchCat;};
ClassDef(HRichPCA,1)
protected:
TH3D *h3;
TH3D *h3t;
TH2D *h2;
Int_t nNbVariables;
HCategory* pHitMatchCat;
HIterator* pIterMatchHit;
TFile *pFile;
TPrincipal *principal;
};
#endif // HRICHPCA_H
Last change: Sat May 22 13:09:27 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.