#ifndef HShowerHitDigitizer_H
#define HShowerHitDigitizer_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "hparset.h"
#include "hshowerdigitizer.h"
#include "hgeantshower.h"
#include "TRandom.h"
class HCategory;
class HShowerHitDigitizer : public HShowerDigitizer {
public:
HShowerHitDigitizer();
HShowerHitDigitizer(const Text_t *name,const Text_t *title, Float_t unit=10.);
~HShowerHitDigitizer();
Bool_t digitize(TObject *pHit);
HShowerHitDigitizer &operator=(HShowerHitDigitizer &c);
Bool_t init(void);
Bool_t finalize(void) {return kTRUE;}
private:
virtual Bool_t digiHits(HGeantShower *simhit);
Float_t fUnit;
Double_t piconst;
ClassDef(HShowerHitDigitizer,0)
};
#endif
Last change: Sat May 22 13:13:39 2010
Last generated: 2010-05-22 13:13
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.