#ifndef HRICHDUMPRAW_H
#define HRICHDUMPRAW_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "hparset.h"
#include "TH2.h"
#include "TFile.h"
class HCategory;
class HIterator;
class HRichDumpRaw : public HReconstructor {
public:
HRichDumpRaw();
HRichDumpRaw(const Text_t *name,const Text_t *title);
~HRichDumpRaw();
Bool_t init();
Bool_t finalize();
Int_t execute();
HCategory* getRawCat(){return fRawCat;}
void setCalCat(HCategory* pRawCat){fRawCat = pRawCat;}
ClassDef(HRichDumpRaw,1)
private:
Int_t nCounter;
HCategory *fRawCat;
HIterator* fIter;
TH2F *h1;
TFile *ff;
};
#endif // HRICHDUMPRAW_H
Last change: Sat May 22 13:08:47 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.