// $Id: hrichpca.h,v 1.2 2002-09-25 16:19:58 eberl Exp $ // Last update by Thomas Eberl: 02/09/25 18:13:17 // #ifndef HRICHPCA_H #define HRICHPCA_H #include "hreconstructor.h" #include #include #include #include class HCategory; class HIterator; class HRichPCA : public HReconstructor { public: HRichPCA(); HRichPCA(Text_t *name,Text_t *title); HRichPCA(Text_t *name,Text_t *title, char* filename); ~HRichPCA(); Bool_t init(); Bool_t finalize(); Int_t execute(); HCategory* getHitMatchCat(){return pHitMatchCat;}; ClassDef(HRichPCA,1) //ROOT extension protected: TH3D *h3;//! TH3D *h3t;//! TH2D *h2; //! Int_t nNbVariables; //! HCategory* pHitMatchCat; //! HIterator* pIterMatchHit; //! TFile *pFile; //! TPrincipal *principal; //! }; #endif // HRICHPCA_H