#ifndef HMDCCALIBRATER2_H
#define HMDCCALIBRATER2_H
#include "hreconstructor.h"
#include "hlocation.h"
class HCategory;
class HIterator;
class HMdcCal1;
class HMdcCal2;
class HMdcCal2Par;
class HMdcCalibrater2 : public HReconstructor {
protected:
HCategory* cal1Cat;
HCategory* cal2Cat;
HLocation loc;
HIterator* iter;
HMdcCal2Par* cal2par;
public:
HMdcCalibrater2(void);
HMdcCalibrater2(const Text_t* name,const Text_t* title);
~HMdcCalibrater2(void);
Bool_t init(void);
void setParContainers(void);
Bool_t finalize(void) {return kTRUE;}
Int_t execute(void);
void getNewObject(HMdcCal2*);
virtual void calibrate(HMdcCal1*,HMdcCal2*);
ClassDef(HMdcCalibrater2,0)
};
#endif /* !HMDCCALIBRATER2_H */
Last change: Sat May 22 13:00:32 2010
Last generated: 2010-05-22 13:00
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.