#ifndef HMDCDEDX2MAKER_H
#define HMDCDEDX2MAKER_H
#include "hreconstructor.h"
#include "TH2.h"
#include "TFile.h"
class HCategory;
class HIterator;
class HMdcDeDx2;
class HMdcDeDx2Maker : public HReconstructor {
protected:
HCategory* trkcandCat;
HCategory* segCat;
HCategory* clsCat;
HCategory* clsInfCat;
HCategory* cal1Cat;
Bool_t hasPrinted;
HIterator* trkcanditer;
HMdcDeDx2* mdcdedx;
Int_t module;
void initParameters(void);
void setParContainers(void);
public:
HMdcDeDx2Maker(void);
HMdcDeDx2Maker(const Text_t* name,const Text_t* title);
~HMdcDeDx2Maker(void);
Bool_t init(void);
Bool_t finalize(void);
void printStatus();
Int_t execute(void);
void setUseModule(Int_t m){module=m;}
ClassDef(HMdcDeDx2Maker,0)
};
#endif /* !HMDCDEDX2MAKER_H */
Last change: Sat May 22 13:01:25 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.