// $Id: hrichdumpcal.h,v 1.3 2009-07-15 11:39:22 halo Exp $ // Last update by Thomas Eberl: 02/09/25 18:09:18 // #ifndef HRICHDUMPCAL_H #define HRICHDUMPCAL_H #include "hreconstructor.h" #include "hlocation.h" #include "hparset.h" class HCategory; class HIterator; class HRichDumpCal : public HReconstructor { public: HRichDumpCal(); HRichDumpCal(const Text_t *name,const Text_t *title); ~HRichDumpCal(); Bool_t init(); Bool_t finalize(); Int_t execute(); HCategory* getCalCat(){return fCalCat;} void setCalCat(HCategory* pCalCat){fCalCat = pCalCat;} ClassDef(HRichDumpCal,1) //ROOT extension private: Int_t nCounter; HCategory *fCalCat; //! HIterator* fIter; //! }; #endif // HRICHDUMPCAL_H