#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)
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.