// ESAF : Euso Simulation and Analysis Framework // $Id: R7600M64Photomultiplier.hh,v 1.5 2004/09/28 12:10:15 thea Exp $ // A.Thea created Mar, 26 2003 #ifndef __R7600M64PHOTOMULTIPLIER_HH_ #define __R7600M64PHOTOMULTIPLIER_HH_ #include "euso.hh" #include "Photomultiplier.hh" class R7600M64Photomultiplier : public Photomultiplier { public: R7600M64Photomultiplier( Int_t , PmtGeometry* ); virtual ~R7600M64Photomultiplier(); EsafConfigClass(Electronics,R7600M64Photomultiplier) private: ClassDef(R7600M64Photomultiplier,0) }; #endif /* __R7600M64PHOTOMULTIPLIER_HH_ */