// $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

Last change: Sat May 22 13:08:44 2010
Last generated: 2010-05-22 13:08

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.