source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/electronics/include/R7600M64Photomultiplier.hh @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 593 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: R7600M64Photomultiplier.hh 1112 2004-09-28 12:10:53Z thea $
3// A.Thea created Mar, 26 2003
4
5#ifndef __R7600M64PHOTOMULTIPLIER_HH_
6#define __R7600M64PHOTOMULTIPLIER_HH_
7
8#include "euso.hh"
9#include "Photomultiplier.hh"
10
11class R7600M64Photomultiplier : public Photomultiplier {
12public:
13    R7600M64Photomultiplier( Int_t , PmtGeometry* );
14    virtual ~R7600M64Photomultiplier();
15
16    EsafConfigClass(Electronics,R7600M64Photomultiplier)
17 
18private:
19
20    ClassDef(R7600M64Photomultiplier,0)
21};
22
23#endif  /* __R7600M64PHOTOMULTIPLIER_HH_ */
24
Note: See TracBrowser for help on using the repository browser.