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