#ifndef HMUEMULATIONEXP_H
#define HMUEMULATIONEXP_H
#include "hreconstructor.h"
#include "hmatrixcatiter.h"
#include "hmuEmuleptonsExp.h"
#include "muEmulation.h"
class HSpectrometer;
class HRichIPUParThresholds;
class HRichIPUParLocMax;
class HTriggerParShowerMap;
class HMUEmulationExp : public HMUEmulation {
private:
void prepareInput(void);
Bool_t initParContainer(HSpectrometer *spec, HRuntimeDb *rtdb);
protected:
HRichIPUParThresholds *fRichIPUParThr;
HRichIPUParLocMax *fRichIPUParLmax;
HTriggerParShowerMap *fShowerMap;
public:
HMUEmulationExp(void);
HMUEmulationExp(const Text_t *name,const Text_t *title);
~HMUEmulationExp(void);
Bool_t init(void);
Bool_t finalize(void);
void setParThresholds(HRichIPUParThresholds *p){fRichIPUParThr=p;}
void setParLocMax(HRichIPUParLocMax *p){fRichIPUParLmax=p;}
ClassDef(HMUEmulationExp,1)
};
#endif // HMUEMULATIONEXP_H
Last change: Sat May 22 12:59:18 2010
Last generated: 2010-05-22 12:59
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.