#ifndef HRICHDISPLAYCAL_H
#define HRICHDISPLAYCAL_H
#include "hreconstructor.h"
#include "hades.h"
#include "hevent.h"
#include "haddef.h"
#include "TMapFile.h"
#include "TArrayS.h"
#include "TH2.h"
#include "TObjArray.h"
#include "TMatrix.h"
#include "TVector.h"
class HCategory;
class HRichDisplayCal : public HReconstructor {
public:
HRichDisplayCal();
HRichDisplayCal(const Text_t *name,const Text_t *title);
~HRichDisplayCal();
Bool_t init(void);
Bool_t finalize(void);
Int_t execute(void);
TObjArray * myArray;
TObjArray a;
TMatrix * pMat;
private:
Int_t ncounter;
TVector* counter;
Int_t sectorNum;
Bool_t display(HLocation &refLoc);
HCategory* getCalCat(){return pRichCal;}
void setCalCat(HCategory* pCalCat){pRichCal = pCalCat;}
Int_t producer(void);
TMapFile * sharedFile;
TH2F * richHisto[6][2];
HCategory * pRichCal;
public:
ClassDef(HRichDisplayCal,1)
};
#endif /* !HRICHDISPLAYCAL_H */
Last change: Sat May 22 13:08:43 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.