#ifndef HMDCFILLTIME1HISTS_H
#define HMDCFILLTIME1HISTS_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "TRandom.h"
class HCategory;
class HIterator;
class HMdcLookupGeom;
class HMdcLookupRaw;
class TH2F;
class TDirectory;
class HMdcFillTime1Hists : public HReconstructor {
protected:
HCategory* calCat;
Char_t *fNameRootHists;
TH2F *hmdctime_tdc [6][4][16];
TH2F *hmdctime_layer[6][4][6];
HLocation loc;
HIterator* iter;
HMdcLookupGeom* lookup;
HMdcLookupRaw* lookupRaw;
public:
HMdcFillTime1Hists(void);
HMdcFillTime1Hists(const Text_t* name,const Text_t* title);
~HMdcFillTime1Hists(void);
void setOutputRoot (const Char_t*);
Bool_t init(void);
TDirectory *Mkdir(TDirectory *,const Char_t *, Int_t, Int_t p=1);
void setParContainers(void);
Bool_t finalize();
Int_t execute();
ClassDef(HMdcFillTime1Hists,0)
};
#endif /* !HMDCFILLTIME1HISTS_H */
Last change: Sat May 22 13:01:53 2010
Last generated: 2010-05-22 13:01
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.