// $Id: hrichdumphitsim.h,v 1.3 2009-07-23 14:52:20 halo Exp $
// Last update by Thomas Eberl: 02/09/25 18:09:49
//
#ifndef HRICHDUMPHITSIM_H
#define HRICHDUMPHITSIM_H

#include "hreconstructor.h"
#include "hlocation.h"
#include "hparset.h"
#include "hrichdumphit.h"
class HCategory;
class HIterator;

class HRichDumpHitSim : public HRichDumpHit {
public:

	HRichDumpHitSim();
        HRichDumpHitSim(const Text_t *name,const Text_t *title);
	~HRichDumpHitSim();

        Bool_t init();
        Bool_t finalize();
        Int_t execute();
        
    
        ClassDef(HRichDumpHitSim,1) //ROOT extension

private:

};

#endif // HRICHDUMPHITSIM_H

Last change: Sat May 22 13:08:46 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.